mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
693ed05bbd
Refactor token collection to capture trailing token immediately Split out from https://github.com/rust-lang/rust/pull/80689 - when we start capturing more information about attribute targets, we'll need to know in advance if we're capturing a trailing token or not. r? `@ghost`