macro_rules! assert_tokens_pretty {
($left:expr, $right:expr) => { ... };
}Expand description
Asserts that two token streams produce identical output when pretty-printed.
Same as assert_tokens! but uses DebugExt::pretty()
for formatted Rust source output via prettyplease.
Requires the pretty feature.