Skip to content

Commit eb16718

Browse files
committed
Turn cyclic reference printing on
... in order to debug CRE that happens in CI but not locally.
1 parent 7174c65 commit eb16718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ object Printers {
2828
val config: Printer = noPrinter
2929
val transforms: Printer = noPrinter
3030
val completions: Printer = noPrinter
31-
val cyclicErrors: Printer = noPrinter
31+
val cyclicErrors: Printer = new Printer
3232
val pickling: Printer = noPrinter
3333
val inlining: Printer = noPrinter
3434
}

0 commit comments

Comments
 (0)