]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/fail/function_calls/exported_symbol_bad_unwind2.both.stderr
Rollup merge of #102112 - cuviper:powerpc64-full-relro, r=eholk
[rust.git] / src / tools / miri / tests / fail / function_calls / exported_symbol_bad_unwind2.both.stderr
1 thread 'main' panicked at 'explicit panic', $DIR/exported_symbol_bad_unwind2.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/exported_symbol_bad_unwind2.rs:LL:CC
5    |
6 LL | / extern "C-unwind" fn nounwind() {
7 LL | |
8 LL | |
9 LL | |     panic!();
10 LL | | }
11    | |_^ the program aborted execution
12    |
13    = note: inside `nounwind` at $DIR/exported_symbol_bad_unwind2.rs:LL:CC
14 note: inside `main` at $DIR/exported_symbol_bad_unwind2.rs:LL:CC
15   --> $DIR/exported_symbol_bad_unwind2.rs:LL:CC
16    |
17 LL |     unsafe { nounwind() }
18    |              ^^^^^^^^^^
19
20 note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
21
22 error: aborting due to previous error
23