Update ui test suite to nightly-2022-12-15

This commit is contained in:
David Tolnay 2022-12-14 19:09:18 -08:00
parent 2922a8ec2f
commit 51d3bd2fa2
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -22,7 +22,7 @@ error[E0599]: the method `quote_into_iter` exists for struct `Ipv4Addr`, but its
which is required by `Ipv4Addr: ext::RepToTokensExt`
`&mut Ipv4Addr: Iterator`
which is required by `&mut Ipv4Addr: ext::RepIteratorExt`
note: the following traits must be implemented
note: the traits `ToTokens` and `Iterator` must be implemented
--> src/to_tokens.rs
|
| pub trait ToTokens {