blob: 386e7cdc2bd81dc6008bacdc585ef25882bef3e2 [file] [log] [blame]
custom panic handler called!
panicked at RUSTLIB/alloc/src/alloc.rs:LL:CC:
memory allocation of 4 bytes failed
error: abnormal termination: the program aborted execution
--> tests/fail/alloc/alloc_error_handler_no_std.rs:LL:CC
|
LL | core::intrinsics::abort();
| ^^^^^^^^^^^^^^^^^^^^^^^^^ abnormal termination occurred here
|
= note: stack backtrace:
0: panic_handler
at tests/fail/alloc/alloc_error_handler_no_std.rs:LL:CC
1: alloc::alloc::__alloc_error_handler::__rdl_alloc_error_handler
at RUSTLIB/alloc/src/alloc.rs:LL:CC
2: alloc::alloc::handle_alloc_error::rt_error
at RUSTLIB/alloc/src/alloc.rs:LL:CC
3: alloc::alloc::handle_alloc_error
at RUSTLIB/alloc/src/alloc.rs:LL:CC
4: miri_start
at tests/fail/alloc/alloc_error_handler_no_std.rs:LL:CC
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
error: aborting due to 1 previous error