From 164493f788c9a19e86b39f19691030a460693a6c Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 9 Jul 2022 19:50:03 -0700 Subject: [PATCH] Update ui test suite to nightly-2022-07-10 --- tests/ui/not-repeatable.stderr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ui/not-repeatable.stderr b/tests/ui/not-repeatable.stderr index 065218b..621912a 100644 --- a/tests/ui/not-repeatable.stderr +++ b/tests/ui/not-repeatable.stderr @@ -3,8 +3,8 @@ error[E0599]: the method `quote_into_iter` exists for struct `Ipv4Addr`, but its | 3 | struct Ipv4Addr; | --------------- - | | | - | | method `quote_into_iter` not found for this struct + | | + | method `quote_into_iter` not found for this struct | doesn't satisfy `Ipv4Addr: Iterator` | doesn't satisfy `Ipv4Addr: ToTokens` | doesn't satisfy `Ipv4Addr: quote::__private::ext::RepIteratorExt`