We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c79585c + 6e08442 commit f43e99aCopy full SHA for f43e99a
crates/core_simd/src/masks/full_masks.rs
@@ -227,7 +227,7 @@ where
227
}
228
229
#[inline]
230
- #[must_use = "method returns a new vector and does not mutate the original value"]
+ #[must_use = "method returns a new bool and does not mutate the original value"]
231
pub fn all(self) -> bool {
232
// Safety: use `self` as an integer vector
233
unsafe { core::intrinsics::simd::simd_reduce_all(self.to_int()) }
0 commit comments