macro_rules! compile_error_stringify {
    ($($tt:tt)*) => { ... };
}
Available on crate feature macro_utils only.
Expand description

Stringifies the input tokens, and errors with compile_error.

Ỳou can use this to show the tokens passed to a macro.