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 558d051 commit 215284aCopy full SHA for 215284a
example/mini_core.rs
@@ -100,9 +100,6 @@ unsafe impl<T: ?Sized> Freeze for &mut T {}
100
#[lang = "structural_peq"]
101
pub trait StructuralPartialEq {}
102
103
-#[lang = "structural_teq"]
104
-pub trait StructuralEq {}
105
-
106
#[lang = "not"]
107
pub trait Not {
108
type Output;
tests/run/static.rs
@@ -61,9 +61,6 @@ mod libc {
61
62
63
64
65
66
67
#[lang = "drop_in_place"]
68
#[allow(unconditional_recursion)]
69
pub unsafe fn drop_in_place<T: ?Sized>(to_drop: *mut T) {
0 commit comments