We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43cd0f2 commit 25c5b94Copy full SHA for 25c5b94
1 file changed
src/tools/miri/tests/pass/enums.rs
@@ -102,6 +102,7 @@ fn more_discriminant_overflow() {
102
V4,
103
}
104
105
+ #[allow(unreachable_patterns)]
106
if let E1::V2 { .. } = (E1::V1 { f: true }) {
107
unreachable!()
108
0 commit comments