File tree 2 files changed +0
-4
lines changed
compiler/src/dotty/tools/dotc/config
library/src/scala/runtime/stdLibPatches
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ object Feature:
26
26
val dependent = experimental(" dependent" )
27
27
val erasedDefinitions = experimental(" erasedDefinitions" )
28
28
val symbolLiterals = deprecated(" symbolLiterals" )
29
- val ascriptionVarargsUnpacking = deprecated(" ascriptionVarargsUnpacking" )
30
29
val fewerBraces = experimental(" fewerBraces" )
31
30
val saferExceptions = experimental(" saferExceptions" )
32
31
val clauseInterleaving = experimental(" clauseInterleaving" )
Original file line number Diff line number Diff line change @@ -115,9 +115,6 @@ object language:
115
115
@ compileTimeOnly(" `symbolLiterals` can only be used at compile time in import statements" )
116
116
object symbolLiterals
117
117
118
- /** TODO */
119
- @ compileTimeOnly(" `ascriptionVarargsUnpacking` can only be used at compile time in import statements" )
120
- object ascriptionVarargsUnpacking
121
118
end deprecated
122
119
123
120
/** Where imported, auto-tupling is disabled.
You can’t perform that action at this time.
0 commit comments