Skip to main content

warn

Macro warn 

Source
macro_rules! warn {
    ($msg:expr) => { ... };
    ($msg:expr, $body:expr) => { ... };
    ($msg:expr, $body:expr, $call:expr) => { ... };
}
Expand description

Signal a warning with an rlang-style formatted message.