Update ui tests from PR 2558
This commit is contained in:
parent
422c719352
commit
53ade10137
@ -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`
|
||||
@ -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>
|
||||
|
||||
@ -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`
|
||||
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user