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

Function panic

kernel/tests/basic_boot.rs:18–20  ·  view source on GitHub ↗
(info: &PanicInfo)

Source from the content-addressed store, hash-verified

16
17#[panic_handler]
18fn panic(info: &PanicInfo) -> ! {
19 blog_os::test_panic_handler(info)
20}
21
22#[test_case]
23fn test_println() {

Callers

nothing calls this directly

Calls 1

test_panic_handlerFunction · 0.85

Tested by

no test coverage detected