macro_rules! warn {
($when: expr, $tok: expr, $($msg:tt)*) => { ... };
}
Expand description
emit a warning when the expression is verified
macro_rules! warn {
($when: expr, $tok: expr, $($msg:tt)*) => { ... };
}
emit a warning when the expression is verified