]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/fail/panic/panic_abort4.stderr
Add 'src/tools/miri/' from commit '75dd959a3a40eb5b4574f8d2e23aa6efbeb33573'
[rust.git] / src / tools / miri / tests / fail / panic / panic_abort4.stderr
1 thread 'main' panicked at '42-panicking from libcore', $DIR/panic_abort4.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   --> RUSTLIB/panic_abort/src/lib.rs:LL:CC
5    |
6 LL |                 ABORT();
7    | ^ the program aborted execution
8    |
9    = note: inside `panic_abort::__rust_start_panic::abort` at RUSTLIB/panic_abort/src/lib.rs:LL:CC
10    = note: inside `panic_abort::__rust_start_panic` at RUSTLIB/panic_abort/src/lib.rs:LL:CC
11    = note: inside `std::panicking::rust_panic` at RUSTLIB/std/src/panicking.rs:LL:CC
12    = note: inside `std::panicking::rust_panic_with_hook` at RUSTLIB/std/src/panicking.rs:LL:CC
13    = note: inside closure at RUSTLIB/std/src/panicking.rs:LL:CC
14    = note: inside `std::sys_common::backtrace::__rust_end_short_backtrace::<[closure@std::panicking::begin_panic_handler::{closure#0}], !>` at RUSTLIB/std/src/sys_common/backtrace.rs:LL:CC
15    = note: inside `std::panicking::begin_panic_handler` at RUSTLIB/std/src/panicking.rs:LL:CC
16 note: inside `main` at RUSTLIB/core/src/panic.rs:LL:CC
17   --> $DIR/panic_abort4.rs:LL:CC
18    |
19 LL |     core::panic!("{}-panicking from libcore", 42);
20    | ^
21    = note: this error originates in the macro `$crate::panic::panic_2015` which comes from the expansion of the macro `core::panic` (in Nightly builds, run with -Z macro-backtrace for more info)
22
23 note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
24
25 error: aborting due to previous error
26