[−][src]Function app::panic
fn panic(info: &PanicInfo) -> !
This function is called on panic, like an assertion failure. We display the filename and line number and pause in the debugger. From https://os.phil-opp.com/freestanding-rust-binary/
fn panic(info: &PanicInfo) -> !
This function is called on panic, like an assertion failure. We display the filename and line number and pause in the debugger. From https://os.phil-opp.com/freestanding-rust-binary/