summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-11-03 15:56:13 +0100
committerAndreas Rumpf <rumpf_a@web.de>2018-11-03 15:56:13 +0100
commitc739b9192ff396589737530ed0fb4974fcfe679c (patch)
tree6417a259f5a52f280f72220262fa72a577400a67 /doc
parentb4f16fab498ae705532391d7f57481197972d70f (diff)
downloadNim-c739b9192ff396589737530ed0fb4974fcfe679c.tar.gz
produce more helpful error messages when overloading resolution fails
Diffstat (limited to 'doc')
-rw-r--r--doc/advopt.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt
index 252067129..4fabdda9a 100644
--- a/doc/advopt.txt
+++ b/doc/advopt.txt
@@ -29,6 +29,9 @@ Advanced options:
                             produce hints or errors for Nim identifiers that
                             do not adhere to Nim's official style guide
                             https://nim-lang.org/docs/nep1.html
+  --showAllMismatches:on|off
+                            show all mismatching candidates in overloading
+                            resolution
   --lib:PATH                set the system library path
   --import:PATH             add an automatically imported module
   --include:PATH            add an automatically included module