Update test suite to nightly-2021-09-18

This commit is contained in:
David Tolnay 2021-09-17 20:21:57 -07:00
parent cbe5dedaeb
commit 5a1d627c43
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -2,7 +2,10 @@ error[E0277]: the trait bound `Ipv4Addr: ToTokens` is not satisfied
--> $DIR/not-quotable.rs:6:13
|
6 | let _ = quote! { #ip };
| ^^^^^^^^^^^^^^ the trait `ToTokens` is not implemented for `Ipv4Addr`
| ^^^^^^^^^^^^^^
| |
| the trait `ToTokens` is not implemented for `Ipv4Addr`
| required by a bound introduced by this call
|
note: required by `to_tokens`
--> $DIR/to_tokens.rs:55:5