rust/compiler/rustc_parse
Nicholas Nethercote a56d345490 Rename AttrAnnotatedToken{Stream,Tree}.
These two type names are long and have long matching prefixes. I find
them hard to read, especially in combinations like
`AttrAnnotatedTokenStream::new(vec![AttrAnnotatedTokenTree::Token(..)])`.

This commit renames them as `AttrToken{Stream,Tree}`.
2022-09-09 12:45:26 +10:00
..
src Rename AttrAnnotatedToken{Stream,Tree}. 2022-09-09 12:45:26 +10:00
Cargo.toml migrate ambiguous plus diagnostic 2022-04-25 22:55:15 +02:00