blob: c1cd53e310f9a91fdd0a94206ae50f1e15c7c380 [file] [log] [blame] [edit]
panicked at tests/fail/panic/no_std.rs:LL:CC:
blarg I am dead
error: abnormal termination: the program aborted execution
--> tests/fail/panic/no_std.rs:LL:CC
|
LL | core::intrinsics::abort();
| ^^^^^^^^^^^^^^^^^^^^^^^^^ the program aborted execution
|
= note: BACKTRACE:
= note: inside `panic_handler` at tests/fail/panic/no_std.rs:LL:CC
note: inside `start`
--> tests/fail/panic/no_std.rs:LL:CC
|
LL | panic!("blarg I am dead")
| ^^^^^^^^^^^^^^^^^^^^^^^^^
= note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
error: aborting due to 1 previous error