diff --git a/tests/ui/not-quotable.stderr b/tests/ui/not-quotable.stderr index 3196266..1549246 100644 --- a/tests/ui/not-quotable.stderr +++ b/tests/ui/not-quotable.stderr @@ -8,8 +8,8 @@ error[E0277]: the trait bound `Ipv4Addr: ToTokens` is not satisfied | required by a bound introduced by this call | = help: the following other types implement trait `ToTokens`: - &'a T - &'a mut T + &T + &mut T Box CStr CString