rust/compiler/rustc_parse
Nicholas Nethercote d4bf28c014 Optimize collect_tokens a little.
Use `Cow` to avoid cloning `ret.attrs()` unless necessary. This requires
moving some things around to satisfy the borrow checker.
2024-08-24 06:58:35 +10:00
..
2024-08-24 06:58:35 +10:00