Don't point to the compiler backlog when a compiler plugin phase crashes #21783
Labels
area:compiler-plugins
Issues tied with handling of compiler plugins.
area:reporting
Error reporting including formatting, implicit suggestions, etc
better-errors
Issues concerned with improving confusing/unhelpful diagnostic messages
itype:enhancement
Compiler version
3.6.1-RC1-bin-20241014-69ac5fb-NIGHTLY
Description
Currently, when a compiler plugin phase crashes, we still point the user to the Scala compiler backlog.
For example, a crash with
stainless
produces output like this:We should indicate to the user that they should raise the crash to the compiler plugin maintainers, rather than us.
Context
This is a follow-up issue to:
Expectation
I'd expect output similar to:
The text was updated successfully, but these errors were encountered: