]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/fail/concurrency/unwind_top_of_stack.stderr
Auto merge of #101030 - woppopo:const_location, r=scottmcm
[rust.git] / src / tools / miri / tests / fail / concurrency / unwind_top_of_stack.stderr
1 thread '<unnamed>' panicked at 'explicit panic', $DIR/unwind_top_of_stack.rs:LL:CC
2 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
3 error: Undefined Behavior: unwinding past the topmost frame of the stack
4   --> $DIR/unwind_top_of_stack.rs:LL:CC
5    |
6 LL | / extern "C-unwind" fn thread_start(_null: *mut libc::c_void) -> *mut libc::c_void {
7 LL | |
8 LL | |     panic!()
9 LL | | }
10    | |_^ unwinding past the topmost frame of the stack
11    |
12    = help: this indicates a bug in the program: it performed an invalid operation, and caused Undefined Behavior
13    = help: see https://doc.rust-lang.org/nightly/reference/behavior-considered-undefined.html for further information
14    = note: BACKTRACE:
15    = note: inside `thread_start` at $DIR/unwind_top_of_stack.rs:LL:CC
16
17 error: aborting due to previous error
18