pub fn test_panic_handler(info: &PanicInfo<'_>) -> !
Expand description
Handles kernel panics during tests by printing the error message to the serial console and exiting the QEMU emulator with a failure code.
pub fn test_panic_handler(info: &PanicInfo<'_>) -> !
Handles kernel panics during tests by printing the error message to the serial console and exiting the QEMU emulator with a failure code.