Skip to content

Commit

Permalink
Update ui test for PR 57
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 16, 2022
1 parent 945302f commit 0e913bd
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
Expand Up @@ -13,5 +13,5 @@ note: required by a bound in `require_erased_serialize_impl`
= note: this error originates in the macro `$crate::__internal_serialize_trait_object` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider further restricting this bound
|
85| __T + erased_serde::private::serde::Serialize: ?$crate::private::Sized + $($path)*,
90| __T + erased_serde::private::serde::Serialize: ?$crate::private::Sized + $($path)*,
| +++++++++++++++++++++++++++++++++++++++++

0 comments on commit 0e913bd

Please sign in to comment.