Skip to content

Commit 91db06a

Browse files
Remove ascriptionVarargsUnpacking as we never used it (#19399)
This was added by mistake. This should be removed before _3.4.0_. We will need a _3.4.0-RC2_. Ping @Kordyjan
2 parents 5346c99 + 5309a70 commit 91db06a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

compiler/src/dotty/tools/dotc/config/Feature.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ object Feature:
2626
val dependent = experimental("dependent")
2727
val erasedDefinitions = experimental("erasedDefinitions")
2828
val symbolLiterals = deprecated("symbolLiterals")
29-
val ascriptionVarargsUnpacking = deprecated("ascriptionVarargsUnpacking")
3029
val fewerBraces = experimental("fewerBraces")
3130
val saferExceptions = experimental("saferExceptions")
3231
val clauseInterleaving = experimental("clauseInterleaving")

library/src/scala/runtime/stdLibPatches/language.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ object language:
115115
@compileTimeOnly("`symbolLiterals` can only be used at compile time in import statements")
116116
object symbolLiterals
117117

118-
/** TODO */
119-
@compileTimeOnly("`ascriptionVarargsUnpacking` can only be used at compile time in import statements")
120-
object ascriptionVarargsUnpacking
121118
end deprecated
122119

123120
/** Where imported, auto-tupling is disabled.

0 commit comments

Comments
 (0)