[][src]Macro ruspiro_console::warn

macro_rules! warn {
    ($($arg:tt)*) => { ... };
}

This macro prefixes the output with "W: <module-path> -". Other than this it works like the std::println!