mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-12 19:01:02 +00:00
Merge pull request #2839 from dtolnay/pr2558
Update ui tests from PR 2558
This commit is contained in:
@@ -7,7 +7,7 @@ error[E0277]: the trait bound `&u8: Serializer` is not satisfied
|
|||||||
| --- required by a bound introduced by this call
|
| --- required by a bound introduced by this call
|
||||||
|
|
|
|
||||||
= help: the following other types implement trait `Serializer`:
|
= help: the following other types implement trait `Serializer`:
|
||||||
&'a mut Formatter<'b>
|
&mut Formatter<'a>
|
||||||
FlatMapSerializer<'a, M>
|
FlatMapSerializer<'a, M>
|
||||||
_::_serde::__private::ser::content::ContentSerializer<E>
|
_::_serde::__private::ser::content::ContentSerializer<E>
|
||||||
note: required by a bound in `w::serialize`
|
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`
|
| ^^^ the trait `Serializer` is not implemented for `&u8`
|
||||||
|
|
|
|
||||||
= help: the following other types implement trait `Serializer`:
|
= help: the following other types implement trait `Serializer`:
|
||||||
&'a mut Formatter<'b>
|
&mut Formatter<'a>
|
||||||
FlatMapSerializer<'a, M>
|
FlatMapSerializer<'a, M>
|
||||||
_::_serde::__private::ser::content::ContentSerializer<E>
|
_::_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
|
| -------------- required by a bound introduced by this call
|
||||||
|
|
|
|
||||||
= help: the following other types implement trait `Serializer`:
|
= help: the following other types implement trait `Serializer`:
|
||||||
&'a mut Formatter<'b>
|
&mut Formatter<'a>
|
||||||
FlatMapSerializer<'a, M>
|
FlatMapSerializer<'a, M>
|
||||||
_::_serde::__private::ser::content::ContentSerializer<E>
|
_::_serde::__private::ser::content::ContentSerializer<E>
|
||||||
note: required by a bound in `w::serialize`
|
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`
|
| ^^^^^^^^^^^^^^ the trait `Serializer` is not implemented for `&u8`
|
||||||
|
|
|
|
||||||
= help: the following other types implement trait `Serializer`:
|
= help: the following other types implement trait `Serializer`:
|
||||||
&'a mut Formatter<'b>
|
&mut Formatter<'a>
|
||||||
FlatMapSerializer<'a, M>
|
FlatMapSerializer<'a, M>
|
||||||
_::_serde::__private::ser::content::ContentSerializer<E>
|
_::_serde::__private::ser::content::ContentSerializer<E>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user