macro_rules! format_ident { ($fmt:expr) => { ... }; ($fmt:expr, $($arg:tt)*) => { ... }; }
Construct an identifier from a string literal.
Panics if the string is not a valid Java identifier.