mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +03:00
239ec7d2dc
This to-be-stable attribute is equivalent to `#[lang = "oom"]`. It is required when using the alloc crate without the std crate. It is called by `handle_alloc_error`, which is in turned called by "infallible" allocations APIs such as `Vec::push`.
5 lines
105 B
Plaintext
5 lines
105 B
Plaintext
error: `#[alloc_error_handler]` function required, but not found
|
|
|
|
error: aborting due to previous error
|
|
|