(layout: alloc::alloc::Layout)
| 116 | // Allocator error handler |
| 117 | #[alloc_error_handler] |
| 118 | fn alloc_error_handler(layout: alloc::alloc::Layout) -> ! { |
| 119 | panic!("allocation error: {:?}", layout) |
| 120 | } |
nothing calls this directly
no outgoing calls
no test coverage detected