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.
2 parents 95807b8 + bac455c commit b2b679dCopy full SHA for b2b679d
core/src/ptr/unique.rs
@@ -32,8 +32,6 @@ use crate::ptr::NonNull;
32
)]
33
#[doc(hidden)]
34
#[repr(transparent)]
35
-// Lang item used experimentally by Miri to define the semantics of `Unique`.
36
-#[lang = "ptr_unique"]
37
pub struct Unique<T: PointeeSized> {
38
pointer: NonNull<T>,
39
// NOTE: this marker has no consequences for variance, but is necessary
0 commit comments