Skip to content

Commit 5b89c29

Browse files
authored
Update expected results for UI tests (#3312)
* Update expected results for UI tests Apparently, #3293 didn't quite update them properly, causing CI to fail. I'm not sure why CI passed when checking the PR but failed on `main`, but this should fix the CI failure. * Use updated trybuild It looks like trybuild moved where it puts its output, and so CI's up-to-date trybuild and my older local trybuild disagreed on what a path should be.
1 parent d9e113b commit 5b89c29

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/macro/ui-tests/struct-fields.stderr

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,3 @@ error[E0277]: the trait bound `Foo: Clone` is not satisfied
1616
|
1717
11 | #[wasm_bindgen(getter_with_clone)]
1818
| ^^^^^^^^^^^^^^^^^ the trait `Clone` is not implemented for `Foo`
19-
|
20-
note: required by `clone`

0 commit comments

Comments
 (0)