rust/compiler/rustc_pattern_analysis
Matthias Krüger 5c2aa6dc6f
Rollup merge of #122437 - Nadrieril:no-after-max, r=compiler-errors
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.
2024-03-13 20:01:57 +01:00
..
src Rollup merge of #122437 - Nadrieril:no-after-max, r=compiler-errors 2024-03-13 20:01:57 +01:00
Cargo.toml Stop using derivative in rustc_pattern_analysis 2024-01-27 14:21:01 +02:00
messages.ftl Lint small gaps between ranges 2024-03-09 01:14:22 +01:00