Skip to content

Commit 489e456

Browse files
committed
Revert some unrelated changes
1 parent a5ca4e9 commit 489e456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/macro/ui-tests/pub-not-copy.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0277]: the trait bound `String: std::marker::Copy` is not satisfied
2-
--> ui-tests/pub-not-copy.rs:5:16
2+
--> $DIR/pub-not-copy.rs:5:16
33
|
44
3 | #[wasm_bindgen]
55
| --------------- in this procedural macro expansion
@@ -8,7 +8,7 @@ error[E0277]: the trait bound `String: std::marker::Copy` is not satisfied
88
| ^^^^^^ the trait `std::marker::Copy` is not implemented for `String`
99
|
1010
note: required by a bound in `assert_copy`
11-
--> ui-tests/pub-not-copy.rs:3:1
11+
--> $DIR/pub-not-copy.rs:3:1
1212
|
1313
3 | #[wasm_bindgen]
1414
| ^^^^^^^^^^^^^^^ required by this bound in `assert_copy`

0 commit comments

Comments
 (0)