-
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ui test suite to nightly-2021-07-20
- Loading branch information
Showing
1 changed file
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
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` | ||
| | ||
= note: required by `to_tokens` | ||
= note: this error originates in the macro `$crate::quote_token_with_context` (in Nightly builds, run with -Z macro-backtrace for more info) | ||
--> $DIR/not-quotable.rs:6:13 | ||
| | ||
6 | let _ = quote! { #ip }; | ||
| ^^^^^^^^^^^^^^ the trait `ToTokens` is not implemented for `Ipv4Addr` | ||
| | ||
note: required by `to_tokens` | ||
--> $DIR/to_tokens.rs:55:5 | ||
| | ||
55 | fn to_tokens(&self, tokens: &mut TokenStream); | ||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
= note: this error originates in the macro `$crate::quote_token_with_context` (in Nightly builds, run with -Z macro-backtrace for more info) |