diff --git a/tests/ui/not-repeatable.stderr b/tests/ui/not-repeatable.stderr index cd5a1e4..c065c94 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 + | | | + | | 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`