Macro sui::err

source ·
macro_rules! err {
    ($l:expr, $($arg:tt)*) => { ... };
    ($l:expr => help: { $($h:expr),* }, $($arg:tt)*) => { ... };
}