File tree 1 file changed +2
-2
lines changed
crates/stdarch-gen-arm/src
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ impl WildString {
90
90
self . iter_mut ( ) . try_for_each ( |wp| -> Result < ( ) , String > {
91
91
if let WildStringPart :: Wildcard ( w) = wp {
92
92
match w {
93
- Wildcard :: NEONType ( _, _, ref maybe_suffix_kind) => {
93
+ & mut Wildcard :: NEONType ( _, _, ref maybe_suffix_kind) => {
94
94
if let Some ( suffix_kind) = maybe_suffix_kind {
95
95
let x = ctx. provide_type_wildcard ( w) . unwrap ( ) ;
96
96
* wp = WildStringPart :: String ( make_neon_suffix ( x, * suffix_kind) )
@@ -111,7 +111,7 @@ impl WildString {
111
111
self . iter_mut ( ) . try_for_each ( |wp| -> Result < ( ) , String > {
112
112
if let WildStringPart :: Wildcard ( w) = wp {
113
113
match w {
114
- Wildcard :: NEONType ( _, _, ref maybe_suffix_kind) => {
114
+ & mut Wildcard :: NEONType ( _, _, ref maybe_suffix_kind) => {
115
115
if let Some ( suffix_kind) = maybe_suffix_kind {
116
116
let x = ctx. provide_type_wildcard ( w) . unwrap ( ) ;
117
117
* wp = WildStringPart :: String ( make_neon_suffix ( x, * suffix_kind) )
You can’t perform that action at this time.
0 commit comments