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

Function panic

tests/stack_overflow.rs:49–51  ·  view source on GitHub ↗
(info: &PanicInfo)

Source from the content-addressed store, hash-verified

47
48#[panic_handler]
49fn panic(info: &PanicInfo) -> ! {
50 amongos::test_panic_handler(info)
51}
52
53#[allow(unconditional_recursion)]
54fn stack_overflow() {

Callers

nothing calls this directly

Calls 1

test_panic_handlerFunction · 0.85

Tested by

no test coverage detected