Wrapper for LLVM assertion failures #2975
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
It would be great if rustc had a way to print out its own error message on an LLVM assertion failure, along the lines of "this is a bug in the compiler, please report it". Otherwise users may not realize that they're seeing a compiler bug rather than an error in their program.
The text was updated successfully, but these errors were encountered: