macro_rules! debugfmt { ($($arg:tt)*) => { ... }; }
Format a message suitable for debug information. It takes the same arguments as format!.
format!