From a90e23a4ddbef38cdf48c59e68630999c6e90374 Mon Sep 17 00:00:00 2001 From: Araq Date: Thu, 22 Oct 2015 12:14:21 +0200 Subject: [PATCH] added --reportConceptFailures switch to the manual --- doc/manual/generics.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/manual/generics.txt b/doc/manual/generics.txt index c6206d0302..a73e229888 100644 --- a/doc/manual/generics.txt +++ b/doc/manual/generics.txt @@ -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 -------------------------