macro_rules! early_println {
() => { ... };
($fmt: literal $(, $($arg: tt)+)?) => { ... };
}
Expand description
Prints to the console with a newline.
macro_rules! early_println {
() => { ... };
($fmt: literal $(, $($arg: tt)+)?) => { ... };
}
Prints to the console with a newline.