From 231b861a633efe4c3941e829de82019d7a926a35 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 22 Aug 2022 23:05:12 -0700 Subject: [PATCH] Update ui test suite to nightly-2022-08-23 --- tests/ui/not-quotable.stderr | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/ui/not-quotable.stderr b/tests/ui/not-quotable.stderr index 171cddd..79d4654 100644 --- a/tests/ui/not-quotable.stderr +++ b/tests/ui/not-quotable.stderr @@ -2,7 +2,10 @@ error[E0277]: the trait bound `Ipv4Addr: ToTokens` is not satisfied --> tests/ui/not-quotable.rs:6:13 | 6 | let _ = quote! { #ip }; - | ^^^^^^^^^^^^^^ the trait `ToTokens` is not implemented for `Ipv4Addr` + | ^^^^^^^^^^^^^^ + | | + | the trait `ToTokens` is not implemented for `Ipv4Addr` + | required by a bound introduced by this call | = help: the following other types implement trait `ToTokens`: &'a T