mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
c367386832
- Combine two different blocks involving `diagnostic.level.get_expectation_id()` into one. - Combine several `if`s involving `diagnostic.level` into a single `match`. This requires reordering some of the operations, but this has no functional effect.