This commit is contained in:
bjorn3 2024-01-27 10:39:20 +00:00
commit c71356c462
2 changed files with 1 additions and 4 deletions

View File

@ -104,9 +104,6 @@ unsafe impl<T: ?Sized> Freeze for &mut T {}
#[lang = "structural_peq"] #[lang = "structural_peq"]
pub trait StructuralPartialEq {} pub trait StructuralPartialEq {}
#[lang = "structural_teq"]
pub trait StructuralEq {}
#[lang = "not"] #[lang = "not"]
pub trait Not { pub trait Not {
type Output; type Output;

View File

@ -21,7 +21,7 @@ index 897a5e9..331f66f 100644
-#![cfg_attr(target_has_atomic = "128", feature(integer_atomics))] -#![cfg_attr(target_has_atomic = "128", feature(integer_atomics))]
#![cfg_attr(test, feature(cfg_match))] #![cfg_attr(test, feature(cfg_match))]
#![feature(int_roundings)] #![feature(int_roundings)]
#![feature(slice_group_by)] #![feature(split_array)]
diff --git a/atomic.rs b/atomic.rs diff --git a/atomic.rs b/atomic.rs
index b735957..ea728b6 100644 index b735957..ea728b6 100644
--- a/atomic.rs --- a/atomic.rs