rust/compiler/rustc_expand
Nicholas Nethercote 1e8dc45fb5 Rearrange to_internal.
`TokenTree::Punct` is handled outside the `match`. This commits moves it
inside the `match`, avoiding the need for the `return`s and making it
easier to read.
2022-10-05 10:36:56 +11:00
..
src Rearrange to_internal. 2022-10-05 10:36:56 +11:00
Cargo.toml proc_macro: use crossbeam channels for the proc_macro cross-thread bridge 2022-07-29 17:38:12 -04:00