Skip to content

Commit 2c5e770

Browse files
committed
Update ui test suite to nightly-2026-01-30
1 parent ad9fb40 commit 2c5e770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/not-repeatable.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ error[E0599]: the method `quote_into_iter` exists for struct `Ipv4Addr`, but its
22
--> tests/ui/not-repeatable.rs:7:13
33
|
44
3 | struct Ipv4Addr;
5-
| --------------- method `quote_into_iter` not found for this struct because it doesn't satisfy `Ipv4Addr: Iterator`, `Ipv4Addr: ToTokens`, `Ipv4Addr: quote::__private::ext::RepIteratorExt` or `Ipv4Addr: quote::__private::ext::RepToTokensExt`
5+
| --------------- method `quote_into_iter` not found for this struct because `Ipv4Addr` doesn't implement `Iterator` or `ToTokens`
66
...
77
7 | let _ = quote! { #(#ip)* };
88
| ^^^^^^^^^^^^^^^^^^ method cannot be called on `Ipv4Addr` due to unsatisfied trait bounds

0 commit comments

Comments
 (0)