We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
intrinsics::raw_eq
1 parent e6b883c commit 9f6da95Copy full SHA for 9f6da95
library/core/src/intrinsics.rs
@@ -1919,7 +1919,7 @@ extern "rust-intrinsic" {
1919
1920
/// Determines whether the raw bytes of the two values are equal.
1921
///
1922
- /// The is particularly handy for arrays, since it allows things like just
+ /// This is particularly handy for arrays, since it allows things like just
1923
/// comparing `i96`s instead of forcing `alloca`s for `[6 x i16]`.
1924
1925
/// Above some backend-decided threshold this will emit calls to `memcmp`,
0 commit comments