Update ui test suite to nightly-2022-07-10

This commit is contained in:
David Tolnay 2022-07-09 19:50:03 -07:00
parent d84bcc3f01
commit 164493f788
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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`