summaryrefslogtreecommitdiff
path: root/src/tools/miri/tests/fail/panic/no_std.stderr
blob: 39ad0d268b94ea9b9e58f515a1b3e467abf32efe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
panicked at 'blarg I am dead', $DIR/no_std.rs:LL:CC
error: abnormal termination: the program aborted execution
  --> $DIR/no_std.rs:LL:CC
   |
LL |     core::intrinsics::abort();
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^ the program aborted execution
   |
   = note: inside `panic_handler` at $DIR/no_std.rs:LL:CC
note: inside `start`
  --> $DIR/no_std.rs:LL:CC
   |
LL |     panic!("blarg I am dead")
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
   = note: this error originates in the macro `$crate::panic::panic_2015` 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 previous error