-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Use panic::set_hook
to print the ICE message
#60584
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
Changes from 7 commits
a8926a5
e296ed3
0353339
3e2d4d2
cf1db72
547f96f
eefae7b
dab6813
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,11 @@ | |
// FIXME https://github.com/rust-lang/rust/issues/59998 | ||
// normalize-stderr-test "thread.*panicked.*proc_macro_server.rs.*\n" -> "" | ||
// normalize-stderr-test "note:.*RUST_BACKTRACE=1.*\n" -> "" | ||
// normalize-stderr-test "error: internal compiler error.*\n" -> "" | ||
|
||
// normalize-stderr-test "note:.*unexpectedly panicked.*\n" -> "" | ||
// normalize-stderr-test "note: we would appreciate a bug report.*\n" -> "" | ||
// normalize-stderr-test "note: compiler flags.*\n" -> "" | ||
// normalize-stderr-test "note: rustc.*running on.*\n" -> "" | ||
|
||
#[macro_use] | ||
extern crate invalid_punct_ident; | ||
|
Uh oh!
There was an error while loading. Please reload this page.