mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 05:16:01 +00:00
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.