Skip to content

Commit

Permalink
Revert some unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda authored and fl0rek committed Jan 12, 2025
1 parent 6c80e75 commit 5ca6986
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/macro/ui-tests/pub-not-copy.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error[E0277]: the trait bound `String: std::marker::Copy` is not satisfied
--> ui-tests/pub-not-copy.rs:5:16
--> $DIR/pub-not-copy.rs:5:16
|
3 | #[wasm_bindgen]
| --------------- in this procedural macro expansion
Expand All @@ -8,7 +8,7 @@ error[E0277]: the trait bound `String: std::marker::Copy` is not satisfied
| ^^^^^^ the trait `std::marker::Copy` is not implemented for `String`
|
note: required by a bound in `assert_copy`
--> ui-tests/pub-not-copy.rs:3:1
--> $DIR/pub-not-copy.rs:3:1
|
3 | #[wasm_bindgen]
| ^^^^^^^^^^^^^^^ required by this bound in `assert_copy`
Expand Down

0 comments on commit 5ca6986

Please sign in to comment.