fix typo in intrinsics::raw_eq
docs
This commit is contained in:
parent
e6b883c74f
commit
9f6da95abd
1 changed files with 1 additions and 1 deletions
|
@ -1919,7 +1919,7 @@ extern "rust-intrinsic" {
|
||||||
|
|
||||||
/// Determines whether the raw bytes of the two values are equal.
|
/// Determines whether the raw bytes of the two values are equal.
|
||||||
///
|
///
|
||||||
/// The is particularly handy for arrays, since it allows things like just
|
/// This is particularly handy for arrays, since it allows things like just
|
||||||
/// comparing `i96`s instead of forcing `alloca`s for `[6 x i16]`.
|
/// comparing `i96`s instead of forcing `alloca`s for `[6 x i16]`.
|
||||||
///
|
///
|
||||||
/// Above some backend-decided threshold this will emit calls to `memcmp`,
|
/// Above some backend-decided threshold this will emit calls to `memcmp`,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue