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.
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.