Home
last modified time | relevance | path

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

/Linux-v6.6/rust/alloc/
Dalloc.rs389 fn rt_error(layout: Layout) -> ! { in handle_alloc_error() function
395 unsafe { core::intrinsics::const_eval_select((layout,), ct_error, rt_error) } in handle_alloc_error()