We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5ccfbe commit 3d89e05Copy full SHA for 3d89e05
crates/core_arch/src/x86_64/cmpxchg16b.rs
@@ -76,7 +76,7 @@ pub unsafe fn cmpxchg16b(
76
(_, Release) => panic!("there is no such thing as a release failure ordering"),
77
78
// `atomic::Ordering` is non_exhaustive. It warns when `core_arch` is built as a part of `core`.
79
- #[allow(unreachable_patterns)]
+ #[allow(unreachable_patterns)]
80
(_, _) => unreachable!(),
81
};
82
val
0 commit comments