macro_rules! eval_todo { ($context: ident, $refer: ident, $($arg:tt)*) => { ... }; }
Like todo!() but within a evaluation context
todo!()
emits a diagnostic error instead of panicking.