Skip to content

Commit

Permalink
Backport "Remove ascriptionVarargsUnpacking as we never used it" (#…
Browse files Browse the repository at this point in the history
…19475)

Backports #19399 to 3.4.0
  • Loading branch information
Kordyjan committed Jan 18, 2024
2 parents 7263790 + ce9e699 commit 20d9f65
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
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

0 comments on commit 20d9f65

Please sign in to comment.