MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / panic

Function panic

kernel/src/lib.rs:94–96  ·  view source on GitHub ↗
(info: &PanicInfo)

Source from the content-addressed store, hash-verified

92#[cfg(test)]
93#[panic_handler]
94fn panic(info: &PanicInfo) -> ! {
95 test_panic_handler(info)
96}
97
98// To exit QEMU
99

Callers

nothing calls this directly

Calls 1

test_panic_handlerFunction · 0.85

Tested by

no test coverage detected