Macro dantalian::warn

source ·
macro_rules! warn {
    (ind: $ind:expr, $($arg:tt)+) => { ... };
    ($($arg:tt)+) => { ... };
}