Skip to content

Commit e809a45

Browse files
committed
Update ui test expectations
1 parent a88003c commit e809a45

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ error[E0277]: the trait bound `std::string::String: std::marker::Copy` is not sa
22
--> $DIR/pub-not-copy.rs:5:16
33
|
44
3 | #[wasm_bindgen]
5-
| --------------- required by `__wbg_get_a_field::assert_copy`
5+
| ---------------
6+
| |
7+
| required by this bound in `__wbg_get_a_field::assert_copy`
68
4 | pub struct A {
79
5 | pub field: String,
810
| ^^^^^^ the trait `std::marker::Copy` is not implemented for `std::string::String`
911

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

0 commit comments

Comments
 (0)