macro_rules! abort {
($msg:expr) => { ... };
($msg:expr, call = $call:expr) => { ... };
($msg:expr, $body:expr) => { ... };
($msg:expr, $body:expr, $call:expr) => { ... };
}Expand description
Signal an error with an rlang-style formatted message.