]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/fail/abort-terminator.stderr
Rollup merge of #102470 - est31:stabilize_const_char_convert, r=joshtriplett
[rust.git] / src / tools / miri / tests / fail / abort-terminator.stderr
1 thread 'main' panicked at 'explicit panic', $DIR/abort-terminator.rs:LL:CC
2 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
3 error: abnormal termination: the program aborted execution
4   --> $DIR/abort-terminator.rs:LL:CC
5    |
6 LL | / extern "C" fn panic_abort() {
7 LL | |
8 LL | |     panic!()
9 LL | | }
10    | |_^ the program aborted execution
11    |
12    = note: inside `panic_abort` at $DIR/abort-terminator.rs:LL:CC
13 note: inside `main` at $DIR/abort-terminator.rs:LL:CC
14   --> $DIR/abort-terminator.rs:LL:CC
15    |
16 LL |     panic_abort();
17    |     ^^^^^^^^^^^^^
18
19 note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
20
21 error: aborting due to previous error
22