Macro warn

Source
macro_rules! warn {
    ($scope:ident, $fmtstr:literal$(, $param:expr)*) => { ... };
}