Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
18
fn panic(info: &PanicInfo) -> ! {
19
blog_os::test_panic_handler(info)
20
}
21
22
#[test_case]
23
fn test_println() {
Callers
nothing calls this directly
Calls
1
test_panic_handler
Function · 0.85
Tested by
no test coverage detected