Skip to content

Commit

Permalink
Update ui test suite to nightly-2023-05-05
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 5, 2023
1 parent 756684c commit 8074967
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ui/missing-supertrait.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ error[E0277]: the trait bound `__T: serde::ser::Serialize` is not satisfied
note: required by a bound in `require_erased_serialize_impl`
--> src/private.rs
|
| pub fn require_erased_serialize_impl<T>()
| ----------------------------- required by a bound in this function
| where
| T: ?Sized + crate::Serialize,
| ^^^^^^^^^^^^^^^^ required by this bound in `require_erased_serialize_impl`
= note: this error originates in the macro `$crate::__internal_serialize_trait_object` which comes from the expansion of the macro `serialize_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
Expand Down

0 comments on commit 8074967

Please sign in to comment.