Macro warn

Source
macro_rules! warn {
    ($when: expr, $tok: expr, $($msg:tt)*) => { ... };
}
Expand description

emit a warning when the expression is verified