Skip to content

Commit c80a754

Browse files
committed
Turn completions printer on as well
1 parent eb16718 commit c80a754

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
@@ -27,7 +27,7 @@ object Printers {
2727
val incremental: Printer = noPrinter
2828
val config: Printer = noPrinter
2929
val transforms: Printer = noPrinter
30-
val completions: Printer = noPrinter
30+
val completions: Printer = new Printer
3131
val cyclicErrors: Printer = new Printer
3232
val pickling: Printer = noPrinter
3333
val inlining: Printer = noPrinter

0 commit comments

Comments
 (0)