rust/compiler/rustc_mir_build
Yuki Okushi 91153d5009
Rollup merge of #78167 - Nadrieril:fix-76836_, r=varkor
Fix unreachable sub-branch detection in or-patterns

The previous implementation was too eager to avoid unnecessary "unreachable pattern" warnings. I feel more confident about this implementation than I felt about the previous one.
Fixes https://github.com/rust-lang/rust/issues/76836.

``@rustbot`` modify labels: +A-exhaustiveness-checking
2020-11-07 01:02:05 +09:00
..
src Rollup merge of #78167 - Nadrieril:fix-76836_, r=varkor 2020-11-07 01:02:05 +09:00
Cargo.toml