Skip to content

Commit c71356c

Browse files
committed
Sync from rust e7bbe8ce933123a8e327c79e38bcb790595e6a65
2 parents 3e50cf6 + 0061bb7 commit c71356c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

example/mini_core.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ unsafe impl<T: ?Sized> Freeze for &mut T {}
104104
#[lang = "structural_peq"]
105105
pub trait StructuralPartialEq {}
106106

107-
#[lang = "structural_teq"]
108-
pub trait StructuralEq {}
109-
110107
#[lang = "not"]
111108
pub trait Not {
112109
type Output;

patches/0027-coretests-128bit-atomic-operations.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ index 897a5e9..331f66f 100644
2121
-#![cfg_attr(target_has_atomic = "128", feature(integer_atomics))]
2222
#![cfg_attr(test, feature(cfg_match))]
2323
#![feature(int_roundings)]
24-
#![feature(slice_group_by)]
24+
#![feature(split_array)]
2525
diff --git a/atomic.rs b/atomic.rs
2626
index b735957..ea728b6 100644
2727
--- a/atomic.rs

0 commit comments

Comments
 (0)