Skip to content

Commit b373147

Browse files
NadrierilGuillaumeGomez
authored andcommitted
Fixes in various places
1 parent f824fb6 commit b373147

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/mini_core_hello_world.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ pub enum E2<X> {
430430
V4,
431431
}
432432

433+
#[allow(unreachable_patterns)]
433434
fn check_niche_behavior () {
434435
if let E1::V2 { .. } = (E1::V1 { f: true }) {
435436
intrinsics::abort();

0 commit comments

Comments
 (0)