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.
1 parent c79585c commit 6e08442Copy full SHA for 6e08442
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