MCPcopy Create free account
hub / github.com/Ruddle/Fomos / panic

Function panic

app_test/src/main.rs:5–7  ·  view source on GitHub ↗
(_info: &core::panic::PanicInfo)

Source from the content-addressed store, hash-verified

3
4#[panic_handler]
5fn panic(_info: &core::panic::PanicInfo) -> ! {
6 loop {}
7}
8
9const TEXT: &str = "Writting from pid: ";
10#[repr(C)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected