Macro dantalian::warn[][src]

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