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

Function panic

tests/boilerplate/basicboot.rs:23–26  ·  view source on GitHub ↗
(info: &PanicInfo)

Source from the content-addressed store, hash-verified

21
22#[panic_handler]
23fn panic(info: &PanicInfo) -> !
24{
25 libertyos_kernel::test_panic_handler(info)
26}
27
28
29use libertyos_kernel::println;

Callers

nothing calls this directly

Calls 1

test_panic_handlerFunction · 0.85

Tested by

no test coverage detected