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
..
src Optimize collect_tokens a little. 2024-08-24 06:58:35 +10:00
Cargo.toml Avoid double-handling of attributes in collect_tokens. 2024-08-24 06:57:47 +10:00
messages.ftl Rollup merge of #128496 - clubby789:box-syntax-multipart, r=compiler-errors 2024-08-01 18:43:41 +02:00