@@ -124,7 +124,7 @@ help: consider marking this type as `Copy`
124124 --> $DIR/needless_pass_by_value.rs:123:1
125125 |
126126LL | struct CopyWrapper(u32);
127- | ^^^^^^^^^^^^^^^^^^^^^^^^
127+ | ^^^^^^^^^^^^^^^^^^
128128
129129error: this argument is passed by value, but not consumed in the function body
130130 --> $DIR/needless_pass_by_value.rs:131:29
@@ -136,7 +136,7 @@ help: consider marking this type as `Copy`
136136 --> $DIR/needless_pass_by_value.rs:123:1
137137 |
138138LL | struct CopyWrapper(u32);
139- | ^^^^^^^^^^^^^^^^^^^^^^^^
139+ | ^^^^^^^^^^^^^^^^^^
140140
141141error: this argument is passed by value, but not consumed in the function body
142142 --> $DIR/needless_pass_by_value.rs:131:45
@@ -148,7 +148,7 @@ help: consider marking this type as `Copy`
148148 --> $DIR/needless_pass_by_value.rs:123:1
149149 |
150150LL | struct CopyWrapper(u32);
151- | ^^^^^^^^^^^^^^^^^^^^^^^^
151+ | ^^^^^^^^^^^^^^^^^^
152152
153153error: this argument is passed by value, but not consumed in the function body
154154 --> $DIR/needless_pass_by_value.rs:131:61
@@ -160,7 +160,7 @@ help: consider marking this type as `Copy`
160160 --> $DIR/needless_pass_by_value.rs:123:1
161161 |
162162LL | struct CopyWrapper(u32);
163- | ^^^^^^^^^^^^^^^^^^^^^^^^
163+ | ^^^^^^^^^^^^^^^^^^
164164
165165error: this argument is passed by value, but not consumed in the function body
166166 --> $DIR/needless_pass_by_value.rs:143:40
0 commit comments