Skip to content

Commit 463aa7b

Browse files
nicolasstuckiliufengyun
authored andcommitted
Fix error message
1 parent 440e295 commit 463aa7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/typer/FrontEnd.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class FrontEnd extends Phase {
127127
|
128128
|To fix this, place macros in one set of files and their callers in another.
129129
|
130-
|Compiling with -XprintSuspension gives more information.""")
130+
|Compiling with -Xprint-suspension gives more information.""")
131131
newUnits
132132
}
133133

0 commit comments

Comments
 (0)