diff --git a/test_suite/tests/ui/with/incorrect_type.stderr b/test_suite/tests/ui/with/incorrect_type.stderr index 9981948b5..d974fa4a1 100644 --- a/test_suite/tests/ui/with/incorrect_type.stderr +++ b/test_suite/tests/ui/with/incorrect_type.stderr @@ -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 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 @@ -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 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