core
macro_rules! stringify { ($($t:tt)*) => { ... }; }
Stringifies its arguments.
For more information, see the documentation for std::stringify!.
std::stringify!