macro_rules! panic_println {
() => { ... };
($($arg:tt)*) => { ... };
}Available on
target_os=none only.Expand description
Emergency output.
macro_rules! panic_println {
() => { ... };
($($arg:tt)*) => { ... };
}target_os=none only.Emergency output.