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 2806570 commit a2cdcd5Copy full SHA for a2cdcd5
crates/core_simd/src/ops/deref.rs
@@ -71,7 +71,7 @@ macro_rules! deref_ops {
71
72
#[inline]
73
#[must_use = "operator returns a new vector without mutating the inputs"]
74
- fn $call(self, rhs: &$simd) -> Self::Output {
+ fn $call(self, rhs: &'rhs $simd) -> Self::Output {
75
(*self).$call(*rhs)
76
}
77
0 commit comments