mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 07:58:34 +00:00
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.