Skip to content

Commit

Permalink
Update ui test suite to nightly-2024-03-06
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 6, 2024
1 parent 427a8a7 commit 31b0f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/missing-supertrait.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
error[E0277]: the trait bound `__T: serde::ser::Serialize` is not satisfied
error[E0277]: the trait bound `__T: erased_serde::Serialize` is not satisfied
--> tests/ui/missing-supertrait.rs:5:1
|
5 | serialize_trait_object!(MyTrait);
Expand Down

0 comments on commit 31b0f96

Please sign in to comment.