Function kernel::debug::panic_banner
[−]
[src]
pub unsafe fn panic_banner<W: Write>(
writer: &mut W,
args: Arguments,
file: &'static str,
line: u32
)
Lightweight prints about the current panic and kernel version.
NOTE: The supplied writer
must be synchronous.