Files
rust/src/libsyntax/parse
Eduard-Mihai Burtescu 094eaf0250 Rollup merge of #37208 - jseyfried:fix_partially_consumed_tokens_in_macros, r=nrc
macros: fix partially consumed tokens in macro matchers

Fixes #37175.

This PR also avoids re-transcribing the tokens consumed by a matcher (and cloning the `TtReader` once per matcher), which improves expansion performance of the test case from #34630 by ~8%.

r? @nrc
2016-10-19 08:00:01 +03:00
..
2016-10-05 08:53:18 +11:00
2016-06-17 05:21:23 +00:00
2016-09-26 07:07:41 +02:00