We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ca4e9 commit 489e456Copy full SHA for 489e456
crates/macro/ui-tests/pub-not-copy.stderr
@@ -1,5 +1,5 @@
1
error[E0277]: the trait bound `String: std::marker::Copy` is not satisfied
2
- --> ui-tests/pub-not-copy.rs:5:16
+ --> $DIR/pub-not-copy.rs:5:16
3
|
4
3 | #[wasm_bindgen]
5
| --------------- in this procedural macro expansion
@@ -8,7 +8,7 @@ error[E0277]: the trait bound `String: std::marker::Copy` is not satisfied
8
| ^^^^^^ the trait `std::marker::Copy` is not implemented for `String`
9
10
note: required by a bound in `assert_copy`
11
- --> ui-tests/pub-not-copy.rs:3:1
+ --> $DIR/pub-not-copy.rs:3:1
12
13
14
| ^^^^^^^^^^^^^^^ required by this bound in `assert_copy`
0 commit comments