rust/compiler
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
..
2022-03-03 19:47:23 +08:00
2022-03-07 13:41:47 +11:00
2022-03-07 13:41:47 +11:00