Skip to content

Commit 70f1ebf

Browse files
committed
Resolve conflict
1 parent f79928c commit 70f1ebf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

library/core/src/intrinsics/fallback.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,11 @@
77
)]
88
#![allow(missing_docs)]
99

10-
<<<<<<< HEAD
1110
use safety::requires;
1211

1312
#[cfg(kani)]
1413
use crate::kani;
1514

16-
#[const_trait]
17-
=======
18-
>>>>>>> subtree/library
1915
#[rustc_const_unstable(feature = "core_intrinsics_fallbacks", issue = "none")]
2016
pub const trait CarryingMulAdd: Copy + 'static {
2117
type Unsigned: Copy + 'static;

0 commit comments

Comments
 (0)