]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/fail/function_calls/exported_symbol_bad_unwind1.stderr
Bump ui_test crate
[rust.git] / src / tools / miri / tests / fail / function_calls / exported_symbol_bad_unwind1.stderr
1 thread 'main' panicked at 'explicit panic', $DIR/exported_symbol_bad_unwind1.rs:LL:CC
2 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
3 error: Undefined Behavior: unwinding past a stack frame that does not allow unwinding
4   --> $DIR/exported_symbol_bad_unwind1.rs:LL:CC
5    |
6 LL |     unsafe { unwind() }
7    |              ^^^^^^^^ unwinding past a stack frame that does not allow unwinding
8    |
9    = help: this indicates a bug in the program: it performed an invalid operation, and caused Undefined Behavior
10    = help: see https://doc.rust-lang.org/nightly/reference/behavior-considered-undefined.html for further information
11    = note: BACKTRACE:
12    = note: inside `main` at $DIR/exported_symbol_bad_unwind1.rs:LL:CC
13
14 note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
15
16 error: aborting due to previous error
17