Files
rust/compiler/rustc_parse/src/parser
Nicholas Nethercote 1fdabfbebb Avoid double-handling of attributes in collect_tokens.
By keeping track of attributes that have been previously processed.

This fixes the `macro-rules-derive-cfg.stdout` test, and is necessary
for #124141 which removes nonterminals.

Also shrink the `SmallVec` inline size used in `IntervalSet`. 2 gives
slightly better perf than 4 now that there's an `IntervalSet` in
`Parser`, which is cloned reasonably often.
2024-08-24 06:57:47 +10:00
..
2024-07-29 08:26:52 +10:00
2024-07-29 08:26:52 +10:00
2024-08-16 09:07:55 +10:00
2024-08-16 09:07:55 +10:00
2024-08-17 12:33:29 -04:00