Skip to content

Commit 18c7d54

Browse files
committed
Fixes in various places
1 parent 303aef2 commit 18c7d54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/mini_core_hello_world.rs

+1
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)