| 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(); |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^ abnormal termination occurred here |
| | |
| = note: stack backtrace: |
| 0: panic_handler |
| at tests/fail/panic/no_std.rs:LL:CC |
| 1: miri_start |
| at RUSTLIB/core/src/panic.rs:LL:CC |
| |
| note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace |
| |
| error: aborting due to 1 previous error |
| |