Macro abyss::warning

source ·
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.