We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcc0b1 commit ab6741bCopy full SHA for ab6741b
compiler/src/dotty/tools/dotc/Driver.scala
@@ -75,7 +75,7 @@ class Driver {
75
inContext(ictx) {
76
if !ctx.settings.YdropComments.value || ctx.mode.is(Mode.ReadComments) then
77
ictx.setProperty(ContextDoc, new ContextDocstrings)
78
- if Feature.enabledBySetting(nme.Scala2Compat) && false then // TODO: enable
+ if Feature.enabledBySetting(nme.Scala2Compat) then
79
report.warning("-language:Scala2Compat will go away; use -source 3.0-migration instead")
80
val fileNames = CompilerCommand.checkUsage(summary, sourcesRequired)
81
fromTastySetup(fileNames, ctx)
0 commit comments