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

Log a warning with context info

See top-level docs for details.