mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 05:25:38 +00:00
By calling back into `match_candidates`, we only need to expand one layer at a time. Conversely, since we always try to simplify a layer that we just expanded, we only have to merge one layer at a time.