File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11memory allocation of 4 bytes failed
2+ note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
3+ note: in Miri, you may have to set `MIRIFLAGS=-Zmiri-env-forward=RUST_BACKTRACE` for the environment variable to have an effect
24error: abnormal termination: the program aborted execution
35 --> RUSTLIB/std/src/alloc.rs:LL:CC
46 |
5- LL | crate::process::abort()
6- | ^^^^^^^^^^^^^^^^^^^^^^^ abnormal termination occurred here
7+ LL | crate::process::abort()
8+ | ^^^^^^^^^^^^^^^^^^^^^^^ abnormal termination occurred here
79 |
810 = note: BACKTRACE:
11+ = note: inside closure at RUSTLIB/std/src/alloc.rs:LL:CC
12+ = note: inside `std::sys::backtrace::__rust_end_short_backtrace::<{closure@std::alloc::rust_oom::{closure#0}}, !>` at RUSTLIB/std/src/sys/backtrace.rs:LL:CC
913 = note: inside `std::alloc::rust_oom` at RUSTLIB/std/src/alloc.rs:LL:CC
1014 = note: inside `std::alloc::_::__rust_alloc_error_handler` at RUSTLIB/std/src/alloc.rs:LL:CC
1115 = note: inside `std::alloc::handle_alloc_error::rt_error` at RUSTLIB/alloc/src/alloc.rs:LL:CC
You can’t perform that action at this time.
0 commit comments