1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-16 18:20:51 +00:00

Update ui test expectations

This commit is contained in:
Alex Crichton 2019-09-24 08:23:11 -07:00
parent a88003c2ec
commit e809a45c61

@ -2,10 +2,11 @@ error[E0277]: the trait bound `std::string::String: std::marker::Copy` is not sa
--> $DIR/pub-not-copy.rs:5:16 --> $DIR/pub-not-copy.rs:5:16
| |
3 | #[wasm_bindgen] 3 | #[wasm_bindgen]
| --------------- required by `__wbg_get_a_field::assert_copy` | ---------------
| |
| required by this bound in `__wbg_get_a_field::assert_copy`
4 | pub struct A { 4 | pub struct A {
5 | pub field: String, 5 | pub field: String,
| ^^^^^^ the trait `std::marker::Copy` is not implemented for `std::string::String` | ^^^^^^ the trait `std::marker::Copy` is not implemented for `std::string::String`
For more information about this error, try `rustc --explain E0277`. For more information about this error, try `rustc --explain E0277`.
error: could not compile `wasm-bindgen-macro-tests`.