MCPcopy Create free account
hub / github.com/Emivvvvv/AmongOS / panic

Function panic

tests/basic_boot.rs:23–25  ·  view source on GitHub ↗
(info: &PanicInfo)

Source from the content-addressed store, hash-verified

21
22#[panic_handler]
23fn panic(info: &PanicInfo) -> ! {
24 amongos::test_panic_handler(info)
25}
26
27#[test_case]
28fn test_println() {

Callers

nothing calls this directly

Calls 1

test_panic_handlerFunction · 0.85

Tested by

no test coverage detected