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