File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
compiler/src/dotty/tools/dotc/config
library/src/scala/runtime/stdLibPatches Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments