Skip to content

Commit 7a9c139

Browse files
authored
Update intrinsics.rs
1 parent c35035c commit 7a9c139

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/src/intrinsics.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2287,6 +2287,7 @@ pub const unsafe fn copy<T>(src: *const T, dst: *mut T, count: usize) {
22872287
/// // Now the box is fine
22882288
/// assert_eq!(*v, 42);
22892289
/// ```
2290+
#[doc(alias = "memset")]
22902291
#[stable(feature = "rust1", since = "1.0.0")]
22912292
#[rustc_const_unstable(feature = "const_ptr_write", issue = "86302")]
22922293
#[inline]

0 commit comments

Comments
 (0)