Macro warning

Source
macro_rules! warning {
    ($($msg:tt)+) => { ... };
}
Expand description

WARNING macro which uses traceln!

Prints with the following format: file!:line! - WARNING: [Message]