rust/compiler/rustc_expand
Nicholas Nethercote 09c3e82050 Refactor the second half of parse_tt.
The current structure makes it hard to tell that there are just four
distinct code paths, depending on how many items there are in `bb_items`
and `next_items`. This commit introduces a `match` that clarifies
things.
2022-03-11 13:56:54 +11:00
..
src Refactor the second half of parse_tt. 2022-03-11 13:56:54 +11:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00