You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: library/core/src/lib.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
//! the `n` parameter is 0, the function is assumed to not be UB. Furthermore, for `memcpy`, if
28
28
//! source and target pointer are equal, the function is assumed to not be UB.
29
29
//! (Note that these are standard assumptions among compilers:
30
-
//! [clang](https://reviews.llvm.org/D86993) and [GCC](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32667) do the same.)
30
+
//! [clang](https://reviews.llvm.org/D86993) and [GCC](https://gcc.gnu.org/onlinedocs/gcc/Standards.html#C-Language) do the same.)
31
31
//! These functions are often provided by the system libc, but can also be provided by the
0 commit comments