We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88003c commit e809a45Copy full SHA for e809a45
crates/macro/ui-tests/pub-not-copy.stderr
@@ -2,10 +2,11 @@ error[E0277]: the trait bound `std::string::String: std::marker::Copy` is not sa
2
--> $DIR/pub-not-copy.rs:5:16
3
|
4
3 | #[wasm_bindgen]
5
- | --------------- required by `__wbg_get_a_field::assert_copy`
+ | ---------------
6
+ | |
7
+ | required by this bound in `__wbg_get_a_field::assert_copy`
8
4 | pub struct A {
9
5 | pub field: String,
10
| ^^^^^^ the trait `std::marker::Copy` is not implemented for `std::string::String`
11
12
For more information about this error, try `rustc --explain E0277`.
-error: could not compile `wasm-bindgen-macro-tests`.
0 commit comments