1
Fork 0
rust/compiler/rustc_expand
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 proc_macro: use crossbeam channels for the proc_macro cross-thread bridge 2022-07-29 17:38:12 -04:00