@@ -124,7 +124,7 @@ help: consider marking this type as `Copy`
124
124
--> $DIR/needless_pass_by_value.rs:123:1
125
125
|
126
126
LL | struct CopyWrapper(u32);
127
- | ^^^^^^^^^^^^^^^^^^^^^^^^
127
+ | ^^^^^^^^^^^^^^^^^^
128
128
129
129
error: this argument is passed by value, but not consumed in the function body
130
130
--> $DIR/needless_pass_by_value.rs:131:29
@@ -136,7 +136,7 @@ help: consider marking this type as `Copy`
136
136
--> $DIR/needless_pass_by_value.rs:123:1
137
137
|
138
138
LL | struct CopyWrapper(u32);
139
- | ^^^^^^^^^^^^^^^^^^^^^^^^
139
+ | ^^^^^^^^^^^^^^^^^^
140
140
141
141
error: this argument is passed by value, but not consumed in the function body
142
142
--> $DIR/needless_pass_by_value.rs:131:45
@@ -148,7 +148,7 @@ help: consider marking this type as `Copy`
148
148
--> $DIR/needless_pass_by_value.rs:123:1
149
149
|
150
150
LL | struct CopyWrapper(u32);
151
- | ^^^^^^^^^^^^^^^^^^^^^^^^
151
+ | ^^^^^^^^^^^^^^^^^^
152
152
153
153
error: this argument is passed by value, but not consumed in the function body
154
154
--> $DIR/needless_pass_by_value.rs:131:61
@@ -160,7 +160,7 @@ help: consider marking this type as `Copy`
160
160
--> $DIR/needless_pass_by_value.rs:123:1
161
161
|
162
162
LL | struct CopyWrapper(u32);
163
- | ^^^^^^^^^^^^^^^^^^^^^^^^
163
+ | ^^^^^^^^^^^^^^^^^^
164
164
165
165
error: this argument is passed by value, but not consumed in the function body
166
166
--> $DIR/needless_pass_by_value.rs:143:40
0 commit comments