rust/compiler/rustc_expand
Dylan DPC 747bd16214
Rollup merge of #95797 - nnethercote:rm-Delimited-all_tts, r=petrochenkov
Remove explicit delimiter token trees from `Delimited`.

They were introduced by the final commit in #95159 and gave a
performance win. But since the introduction of `MatcherLoc` they are no
longer needed. This commit reverts that change, making the code a bit
simpler.

r? `@petrochenkov`
2022-04-09 05:58:45 +02:00
..
src Rollup merge of #95797 - nnethercote:rm-Delimited-all_tts, r=petrochenkov 2022-04-09 05:58:45 +02:00
Cargo.toml