doc\advopt.txt

added --reportConceptFailures switch
This commit is contained in:
Araq
2015-10-22 11:58:21 +02:00
parent bf6211df6c
commit e722770fbb
4 changed files with 11 additions and 4 deletions

View File

@@ -151,6 +151,9 @@ can be found `here <https://nimworkshop.splashthat.com/>`_.
(issue `#2599 <https://github.com/nim-lang/Nim/issues/2599>`_).
- The compiler now supports a `bitsize pragma <docs/manual.html#pragmas-bitsize-pragma>`_
for constructing bitfields.
- Added a new ``--reportConceptFailures`` switch for better debugging of
concept related type mismatches. This can also be used to debug
``system.compiles`` failures.
Language Additions