-
Notifications
You must be signed in to change notification settings - Fork 106
Unhelful error message when proc macro fails #1174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It also shows
|
cg_clif doesn't yet support unwinding on panics and as such the whole rustc process aborts on a panic. |
Maybe some short-term changes can be done easily?
|
rust-lang/rust#85640 will change the bug report url to cg_clif's issue tracker. As for the second point I am not sure why it doesn't show anything other than that compilation failed. |
Allow changing the bug report url for the ice hook cc https://github.com/bjorn3/rustc_codegen_cranelift/issues/1174
Allow changing the bug report url for the ice hook cc https://github.com/bjorn3/rustc_codegen_cranelift/issues/1174
Allow changing the bug report url for the ice hook cc https://github.com/bjorn3/rustc_codegen_cranelift/issues/1174
With
cargo build --release
I get:But when using cg_clif's cargo wrapper, I get:
The text was updated successfully, but these errors were encountered: