rust/tests/ui/proc-macro
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-08-12 13:00:12 +10:00
2024-04-04 02:14:57 +01:00
2024-04-04 02:14:57 +01:00
2024-02-11 02:43:44 +09:00
2024-05-17 18:33:37 -03:00