We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c3f863 commit 7c726d7Copy full SHA for 7c726d7
compiler/src/dotty/tools/dotc/config/Printers.scala
@@ -17,7 +17,7 @@ object Printers {
17
val checks: Printer = noPrinter
18
val config: Printer = noPrinter
19
val cyclicErrors: Printer = noPrinter
20
- val debug = noPrinter
+ val debug: Printer = noPrinter
21
val dottydoc: Printer = noPrinter
22
val exhaustivity: Printer = noPrinter
23
val gadts: Printer = noPrinter
0 commit comments