aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/config/Printers.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-09-05 01:24:13 +0200
committerMartin Odersky <odersky@gmail.com>2014-09-05 02:57:53 +0200
commit795796dbfb0d5617163bcc2d1db856b912b7043a (patch)
tree3536eebc449838fa0846a47ef56e8855245350dc /src/dotty/tools/dotc/config/Printers.scala
parentb33f604e4a0864cd88402b2f3e4c75b24beb4435 (diff)
downloaddotty-795796dbfb0d5617163bcc2d1db856b912b7043a.tar.gz
dotty-795796dbfb0d5617163bcc2d1db856b912b7043a.tar.bz2
dotty-795796dbfb0d5617163bcc2d1db856b912b7043a.zip
CyclicError messages now go to printer
Have a configurable printer to which cyclic error messages are sent.
Diffstat (limited to 'src/dotty/tools/dotc/config/Printers.scala')
-rw-r--r--src/dotty/tools/dotc/config/Printers.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dotty/tools/dotc/config/Printers.scala b/src/dotty/tools/dotc/config/Printers.scala
index 0cbfb6880..3926be59b 100644
--- a/src/dotty/tools/dotc/config/Printers.scala
+++ b/src/dotty/tools/dotc/config/Printers.scala
@@ -27,4 +27,5 @@ object Printers {
val incremental = noPrinter
val config = noPrinter
val transforms = noPrinter
+ val cyclicErrors = noPrinter
} \ No newline at end of file