MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / panic

Function panic

src/lib.rs:264–267  ·  view source on GitHub ↗
(info: &PanicInfo)

Source from the content-addressed store, hash-verified

262#[cfg(test)]
263#[panic_handler]
264fn panic(info: &PanicInfo) -> !
265{
266 test_panic_handler(info)
267}
268
269#[derive(Debug, Clone, Copy, PartialEq, Eq)]
270#[repr(u32)]

Callers

nothing calls this directly

Calls 1

test_panic_handlerFunction · 0.85

Tested by

no test coverage detected