File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
compiler/src/dotty/tools/dotc Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -168,19 +168,19 @@ object report:
168168 val fileAReportMsg =
169169 if ctx.phase.isInstanceOf [plugins.PluginPhase ]
170170 then
171- s """ | Please file a crash report in the compiler plugin backlog .
172- | The name of the compiler plugin which caused the crash is " ${ctx.phase.megaPhase} " .
171+ s """ | An unhandled exception was thrown in the compiler plugin named " ${ctx.phase.megaPhase} " .
172+ | Please file a crash report in the compiler plugin backlog .
173173 | For non-enriched exceptions, compile with -Xno-enrich-error-messages.
174174 | """ .stripMargin
175175 else
176- s """ | Please file a crash report here:
176+ s """ | An unhandled exception was thrown in the compiler.
177+ | Please file a crash report here:
177178 | https://github.com/scala/scala3/issues/new/choose
178179 | For non-enriched exceptions, compile with -Xno-enrich-error-messages.
179180 | """ .stripMargin
180181 s """
181182 | $errorMessage
182183 |
183- | An unhandled exception was thrown in the compiler.
184184 | $fileAReportMsg
185185 |
186186 | $info1
You can’t perform that action at this time.
0 commit comments