summaryrefslogtreecommitdiff
path: root/src/library/scala/reflect/makro/Typers.scala
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-04-26 10:03:56 +0300
committerEugene Burmako <xeno.by@gmail.com>2012-04-26 10:03:56 +0300
commit99388a81d42cde0cb0e8ecd57f290f6df25b9bdd (patch)
tree37eb4cab4c3ae68a024f3e810ce18d8140aa7128 /src/library/scala/reflect/makro/Typers.scala
parent8fc543b5dd7e6a8fa1827cc9e9d65e721cae140e (diff)
downloadscala-99388a81d42cde0cb0e8ecd57f290f6df25b9bdd.tar.gz
scala-99388a81d42cde0cb0e8ecd57f290f6df25b9bdd.tar.bz2
scala-99388a81d42cde0cb0e8ecd57f290f6df25b9bdd.zip
cleaning up macros, one step at a time
Diffstat (limited to 'src/library/scala/reflect/makro/Typers.scala')
-rw-r--r--src/library/scala/reflect/makro/Typers.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/reflect/makro/Typers.scala b/src/library/scala/reflect/makro/Typers.scala
index 1ced2daccd..c62c5f254c 100644
--- a/src/library/scala/reflect/makro/Typers.scala
+++ b/src/library/scala/reflect/makro/Typers.scala
@@ -29,7 +29,7 @@ trait Typers {
*
* If ``silent'' is false, ``TypeError'' will be thrown in case of a typecheck error.
* If ``silent'' is true, the typecheck is silent and will return ``EmptyTree'' if an error occurs.
- * Such errors don't vanish and can be inspected by turning on -Ymacro-debug.
+ * Such errors don't vanish and can be inspected by turning on -Ymacro-debug-verbose.
* Unlike in ``inferImplicitValue'' and ``inferImplicitView'', ``silent'' is false by default.
*
* Typechecking can be steered with the following optional parameters: