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 8fd6d03 commit efbde85Copy full SHA for efbde85
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