rust/compiler/rustc_expand
Nicholas Nethercote fdec26ddad Shrink MatcherPosRepetition.
Currently it copies a `KleeneOp` and a `Token` out of a
`SequenceRepetition`. It's better to store a reference to the
`SequenceRepetition`, which is now possible due to #95159 having changed
the lifetimes.
2022-03-25 12:35:56 +11:00
..
src Shrink MatcherPosRepetition. 2022-03-25 12:35:56 +11:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00