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.
macro_rules! warn {
($msg:expr) => { ... };
($msg:expr, $body:expr) => { ... };
($msg:expr, $body:expr, $call:expr) => { ... };
}Signal a warning with an rlang-style formatted message.