Macro kernel::debug_enqueue
source · [−]macro_rules! debug_enqueue {
() => { ... };
($msg:expr $(,)?) => { ... };
($fmt:expr, $($arg:tt)+) => { ... };
}
Expand description
This macro prints a new line to an internal ring buffer, the contents of
which are only flushed with debug_flush_queue!
and in the panic handler.