Skip to content

Commit

Permalink
Requires new Compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
som-snytt committed Nov 12, 2024
1 parent 392a2cf commit 1e960d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/dotc/config/CliCommand.scala
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ trait CliCommand:

/** Used for the formatted output of -Xshow-phases */
protected def phasesMessage(using Context): String =
val compiler = Compiler()
val compiler = new Compiler()
ctx.initialize()
ctx.base.setPhasePlan(compiler.phases)
val runCtx = assemblePhases()
Expand Down

0 comments on commit 1e960d1

Please sign in to comment.