| custom alloc error handler: Layout { size: 4, align: 4 (1 << 2) } |
| error: abnormal termination: the program aborted execution |
| --> tests/fail/alloc/alloc_error_handler_custom.rs:LL:CC |
| | |
| LL | core::intrinsics::abort(); |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^ abnormal termination occurred here |
| | |
| = note: stack backtrace: |
| 0: alloc_error_handler |
| at tests/fail/alloc/alloc_error_handler_custom.rs:LL:CC |
| 1: _::__rust_alloc_error_handler |
| at tests/fail/alloc/alloc_error_handler_custom.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_custom.rs:LL:CC |
| |
| error: aborting due to 1 previous error |
| |