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

Function panic

bootloader/kernel/src/main.rs:54–57  ·  view source on GitHub ↗
(info: &PanicInfo)

Source from the content-addressed store, hash-verified

52/// This function is called on panic.
53#[panic_handler]
54fn panic(info: &PanicInfo) -> ! {
55 log::error!("{:?}", info);
56 loop {}
57}
58use bootloader_api::config::{BootloaderConfig, Mapping};
59
60use crate::{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected