added --reportConceptFailures switch to the manual

This commit is contained in:
Araq
2015-10-22 12:14:21 +02:00
parent 9cc25f8b77
commit a90e23a4dd

View File

@@ -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
-------------------------