macro_rules! warn_on {
($cond:expr) => { ... };
}
Expand description
Report a warning if cond
is true and return the condition’s evaluation result.
macro_rules! warn_on {
($cond:expr) => { ... };
}
Report a warning if cond
is true and return the condition’s evaluation result.