(layout: alloc::alloc::Layout)
| 12 | // Allocator error handler |
| 13 | #[alloc_error_handler] |
| 14 | fn alloc_error_handler(layout: alloc::alloc::Layout) -> ! { |
| 15 | panic!("allocation error: {:?}", layout) |
| 16 | } |
nothing calls this directly
no outgoing calls
no test coverage detected