stringify in std - Rust
Stringifies its arguments. This macro will yield an expression of type &'static str which is the stringification of all the tokens passed to the macro. No restrictions are placed on the syntax of the macro invocation itself. Note that the expanded results of the input tokens may change in the future.
https://doc.rust-lang.org/std/macro.stringify.html