mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
64c2e9ed3b
It now parses outer attributes before collecting tokens. This avoids the problem where the outer attribute tokens were being stored twice -- for the attribute tokesn, and also for the expression tokens. Fixes #86055.