Home
last modified time | relevance | path

Searched refs:rt_error (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/rust/alloc/
Dalloc.rs379 fn rt_error(layout: Layout) -> ! { in handle_alloc_error() function
385 unsafe { core::intrinsics::const_eval_select((layout,), ct_error, rt_error) } in handle_alloc_error()