Skip to content

__rust_alloc_error_handler can be removed #424

@bjorn3

Description

@bjorn3

#[no_mangle]
pub fn __rust_alloc_error_handler(_size: usize, _align: usize) -> ! {
panic!("Out of memory!");
}

It should be unused since enabling no_global_oom_handling.

Metadata

Metadata

Assignees

No one assigned

    Labels

    • libRelated to the `rust/` library.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions