mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 19:17:43 +00:00
![]() pattern analysis: remove `MaybeInfiniteInt::JustAfterMax` It was inherited from before half-open ranges, but it doesn't pull its weight anymore. We lose a tiny bit of diagnostic precision as can be seen in the test. I'm generally in favor of half-open ranges over explicit `x..=MAX` ranges anyway. |
||
---|---|---|
.. | ||
constructor.rs | ||
errors.rs | ||
lib.rs | ||
lints.rs | ||
pat_column.rs | ||
pat.rs | ||
rustc.rs | ||
usefulness.rs |