Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
180
fn panic(info: &PanicInfo) -> !
181
{
182
println!(
"{}"
, info);
183
libertyos_kernel::hltloop();
184
}
185
186
187
/*
Callers
nothing calls this directly
Calls
2
hltloop
Function · 0.85
test_panic_handler
Function · 0.85
Tested by
no test coverage detected