Skip to content

Commit

Permalink
Merge pull request #2839 from dtolnay/pr2558
Browse files Browse the repository at this point in the history
Update ui tests from PR 2558
  • Loading branch information
dtolnay authored Oct 22, 2024
2 parents 422c719 + 53ade10 commit 966e9cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test_suite/tests/ui/with/incorrect_type.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ error[E0277]: the trait bound `&u8: Serializer` is not satisfied
| --- required by a bound introduced by this call
|
= help: the following other types implement trait `Serializer`:
&'a mut Formatter<'b>
&mut Formatter<'a>
FlatMapSerializer<'a, M>
_::_serde::__private::ser::content::ContentSerializer<E>
note: required by a bound in `w::serialize`
Expand Down Expand Up @@ -35,7 +35,7 @@ error[E0277]: the trait bound `&u8: Serializer` is not satisfied
| ^^^ the trait `Serializer` is not implemented for `&u8`
|
= help: the following other types implement trait `Serializer`:
&'a mut Formatter<'b>
&mut Formatter<'a>
FlatMapSerializer<'a, M>
_::_serde::__private::ser::content::ContentSerializer<E>

Expand All @@ -56,7 +56,7 @@ error[E0277]: the trait bound `&u8: Serializer` is not satisfied
| -------------- required by a bound introduced by this call
|
= help: the following other types implement trait `Serializer`:
&'a mut Formatter<'b>
&mut Formatter<'a>
FlatMapSerializer<'a, M>
_::_serde::__private::ser::content::ContentSerializer<E>
note: required by a bound in `w::serialize`
Expand Down Expand Up @@ -84,7 +84,7 @@ error[E0277]: the trait bound `&u8: Serializer` is not satisfied
| ^^^^^^^^^^^^^^ the trait `Serializer` is not implemented for `&u8`
|
= help: the following other types implement trait `Serializer`:
&'a mut Formatter<'b>
&mut Formatter<'a>
FlatMapSerializer<'a, M>
_::_serde::__private::ser::content::ContentSerializer<E>

Expand Down

0 comments on commit 966e9cc

Please sign in to comment.