macro_rules! warning {
() => { ... };
($($arg:tt)*) => { ... };
}Expand description
Display a warning message.
Use the format! syntax to write data to the standard output. This first holds the lock for console device.
macro_rules! warning {
() => { ... };
($($arg:tt)*) => { ... };
}Display a warning message.
Use the format! syntax to write data to the standard output. This first holds the lock for console device.