macro_rules! msgcode { ($($arg:tt)*) => { ... }; }
A macro that wraps Code(format!(“foo”)) to make it easier to write error messages.