mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
327216d31a
By removing the early return and using a `match` instead. - The two paths are of similar conceptual weight, and `match` reflects that. - This lets the `incremental_verify_ich` call be factored out.