Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ascriptionVarargsUnpacking as we never used it #19399

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion compiler/src/dotty/tools/dotc/config/Feature.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ object Feature:
val dependent = experimental("dependent")
val erasedDefinitions = experimental("erasedDefinitions")
val symbolLiterals = deprecated("symbolLiterals")
val ascriptionVarargsUnpacking = deprecated("ascriptionVarargsUnpacking")
val fewerBraces = experimental("fewerBraces")
val saferExceptions = experimental("saferExceptions")
val clauseInterleaving = experimental("clauseInterleaving")
Expand Down
3 changes: 0 additions & 3 deletions library/src/scala/runtime/stdLibPatches/language.scala
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ object language:
@compileTimeOnly("`symbolLiterals` can only be used at compile time in import statements")
object symbolLiterals

/** TODO */
@compileTimeOnly("`ascriptionVarargsUnpacking` can only be used at compile time in import statements")
object ascriptionVarargsUnpacking
end deprecated

/** Where imported, auto-tupling is disabled.
Expand Down
Loading