Skip to content

Commit 1e960d1

Browse files
committed
Requires new Compiler
1 parent 392a2cf commit 1e960d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ trait CliCommand:
119119

120120
/** Used for the formatted output of -Xshow-phases */
121121
protected def phasesMessage(using Context): String =
122-
val compiler = Compiler()
122+
val compiler = new Compiler()
123123
ctx.initialize()
124124
ctx.base.setPhasePlan(compiler.phases)
125125
val runCtx = assemblePhases()

0 commit comments

Comments
 (0)