mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-03 18:34:43 +00:00
added --reportConceptFailures switch to the manual
This commit is contained in:
@@ -246,6 +246,10 @@ Much like generics, concepts are instantiated exactly
|
||||
once for each tested type and any static code included within them is also
|
||||
executed once.
|
||||
|
||||
**Hint**: Since concepts are still very rough at the edges there is a
|
||||
command line switch ``--reportConceptFailures:on`` to make debugging
|
||||
concept related type failures more easy.
|
||||
|
||||
|
||||
Symbol lookup in generics
|
||||
-------------------------
|
||||
|
||||
Reference in New Issue
Block a user