macro_rules! try_warn_now {
    ($($arg:tt)+) => { ... };
}
Expand description

Fallible immediate version of warn!.