We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9aa3180 + efbde85 commit 15b4788Copy full SHA for 15b4788
library/core/src/marker.rs
@@ -81,6 +81,7 @@ impl<T: ?Sized> !Send for *mut T {}
81
/// ```
82
///
83
/// [trait object]: ../../book/ch17-02-trait-objects.html
84
+#[doc(alias = "?", alias = "?Sized")]
85
#[stable(feature = "rust1", since = "1.0.0")]
86
#[lang = "sized"]
87
#[rustc_on_unimplemented(
0 commit comments