pub macro cl_todo {
() => { ... },
($($t:tt)*) => { ... },
}Expand description
Turns a todo! invocation into an Error::Panic
pub macro cl_todo {
() => { ... },
($($t:tt)*) => { ... },
}Turns a todo! invocation into an Error::Panic