File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
compiler/src/dotty/tools/dotc/core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ extends TypeError:
117117 em """ Recursion limit exceeded.
118118 |Maybe there is an illegal cyclic reference?
119119 |If that's not the case, you could also try to increase the stacksize using the -Xss JVM option.
120- |For the unprocessed stack trace, compile with Xno-enrich-error-messages.
120+ |For the unprocessed stack trace, compile with - Xno-enrich-error-messages.
121121 |A recurring operation is (inner to outer):
122122 | ${opsString(mostCommon).stripMargin}"""
123123
Original file line number Diff line number Diff line change 44 | Recursion limit exceeded.
55 | Maybe there is an illegal cyclic reference?
66 | If that's not the case, you could also try to increase the stacksize using the -Xss JVM option.
7- | For the unprocessed stack trace, compile with Xno-enrich-error-messages.
7+ | For the unprocessed stack trace, compile with - Xno-enrich-error-messages.
88 | A recurring operation is (inner to outer):
99 |
1010 | try to instantiate Z[Z]
You can’t perform that action at this time.
0 commit comments