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

Function panic

src/main.rs:180–184  ·  view source on GitHub ↗
(info: &PanicInfo)

Source from the content-addressed store, hash-verified

178#[cfg(not(test))]
179#[panic_handler]
180fn panic(info: &PanicInfo) -> !
181{
182 println!("{}", info);
183 libertyos_kernel::hltloop();
184}
185
186
187/*

Callers

nothing calls this directly

Calls 2

hltloopFunction · 0.85
test_panic_handlerFunction · 0.85

Tested by

no test coverage detected