File tree 2 files changed +2
-2
lines changed
compiler/src/dotty/tools/dotc
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ object Feature:
37
37
def experimentalAutoEnableFeatures (using Context ): List [TermName ] =
38
38
defn.languageExperimentalFeatures
39
39
.map(sym => experimental(sym.name))
40
- .filterNot(_ == captureChecking) // TODO is this correct?
40
+ // .filterNot(_ == captureChecking) // TODO is this correct?
41
41
42
42
val globalOnlyImports : Set [TermName ] = Set (pureFunctions, captureChecking)
43
43
Original file line number Diff line number Diff line change @@ -828,7 +828,7 @@ object Checking {
828
828
val name = Feature .experimental(sel.name)
829
829
name == Feature .scala2macros
830
830
// || name == Feature.erasedDefinitions
831
- || name == Feature .captureChecking
831
+ // || name == Feature.captureChecking
832
832
833
833
languageImport(qual) match
834
834
case Some (nme.experimental)
You can’t perform that action at this time.
0 commit comments