Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
odersky committed Dec 16, 2024
1 parent 0937563 commit 8b7c98c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/dotc/core/TypeErrors.scala
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ extends TypeError:
em"""Recursion limit exceeded.
|Maybe there is an illegal cyclic reference?
|If that's not the case, you could also try to increase the stacksize using the -Xss JVM option.
|For the unprocessed stack trace, compile with Xno-enrich-error-messages.
|For the unprocessed stack trace, compile with -Xno-enrich-error-messages.
|A recurring operation is (inner to outer):
|${opsString(mostCommon).stripMargin}"""

Expand Down
2 changes: 1 addition & 1 deletion tests/neg/i2887b.check
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
| Recursion limit exceeded.
| Maybe there is an illegal cyclic reference?
| If that's not the case, you could also try to increase the stacksize using the -Xss JVM option.
| For the unprocessed stack trace, compile with Xno-enrich-error-messages.
| For the unprocessed stack trace, compile with -Xno-enrich-error-messages.
| A recurring operation is (inner to outer):
|
| try to instantiate Z[Z]
Expand Down

0 comments on commit 8b7c98c

Please sign in to comment.