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 691bbf7 commit 53231e0Copy full SHA for 53231e0
library/core/src/intrinsics/mod.rs
@@ -2589,6 +2589,7 @@ pub const fn can_compare_bitwise<T: ?Sized>() -> bool;
2589
#[inline]
2590
#[rustc_intrinsic]
2591
#[rustc_const_unstable(feature = "const_cmp", issue = "143800")]
2592
+#[miri::intrinsic_fallback_is_spec]
2593
pub const fn compare_bitwise<T: ?Sized>(a: &T, b: &T) -> bool {
2594
// SAFETY: These pointers were originally references to the same memory.
2595
unsafe {
0 commit comments