Skip to content

Commit

Permalink
Update ui test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Sep 24, 2019
1 parent a88003c commit e809a45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crates/macro/ui-tests/pub-not-copy.stderr
Expand Up @@ -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
|
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 {
5 | pub field: String,
| ^^^^^^ the trait `std::marker::Copy` is not implemented for `std::string::String`

For more information about this error, try `rustc --explain E0277`.
error: could not compile `wasm-bindgen-macro-tests`.

0 comments on commit e809a45

Please sign in to comment.