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 7a9c139 commit e565bb0Copy full SHA for e565bb0
library/core/src/ptr/mut_ptr.rs
@@ -1412,6 +1412,7 @@ impl<T: ?Sized> *mut T {
1412
/// See [`ptr::write_bytes`] for safety concerns and examples.
1413
///
1414
/// [`ptr::write_bytes`]: crate::ptr::write_bytes()
1415
+ #[doc(alias = "memset")]
1416
#[stable(feature = "pointer_methods", since = "1.26.0")]
1417
#[rustc_const_unstable(feature = "const_ptr_write", issue = "86302")]
1418
#[inline(always)]
0 commit comments