grammar
Co-authored-by: Frank Steffahn <fdsteffahn@gmail.com>
This commit is contained in:
parent
2d1c683112
commit
d1cace5a97
1 changed files with 1 additions and 1 deletions
|
|
@ -2277,7 +2277,7 @@ extern "rust-intrinsic" {
|
|||
///
|
||||
/// # Safety
|
||||
///
|
||||
/// It's UB to call this if any of the *bytes* in `*a` or `*b` are uninitialized or carries a
|
||||
/// It's UB to call this if any of the *bytes* in `*a` or `*b` are uninitialized or carry a
|
||||
/// pointer value.
|
||||
/// Note that this is a stricter criterion than just the *values* being
|
||||
/// fully-initialized: if `T` has padding, it's UB to call this intrinsic.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue