We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3f260 commit cca82fdCopy full SHA for cca82fd
library/core/src/marker.rs
@@ -871,7 +871,10 @@ pub trait Destruct {}
871
#[rustc_deny_explicit_impl]
872
pub trait Tuple {}
873
874
-/// A marker for things
+/// A marker for pointer-like types.
875
+///
876
+/// All types that have the same size and alignment as a `usize` or
877
+/// `*const ()` automatically implement this trait.
878
#[unstable(feature = "pointer_like_trait", issue = "none")]
879
#[cfg_attr(bootstrap, lang = "pointer_sized")]
880
#[cfg_attr(not(bootstrap), lang = "pointer_like")]
0 commit comments