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 7174c65 commit eb16718Copy full SHA for eb16718
compiler/src/dotty/tools/dotc/config/Printers.scala
@@ -28,7 +28,7 @@ object Printers {
28
val config: Printer = noPrinter
29
val transforms: Printer = noPrinter
30
val completions: Printer = noPrinter
31
- val cyclicErrors: Printer = noPrinter
+ val cyclicErrors: Printer = new Printer
32
val pickling: Printer = noPrinter
33
val inlining: Printer = noPrinter
34
}
0 commit comments