Skip to content

Commit

Permalink
Update test suite to nightly-2021-09-18
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 18, 2021
1 parent cbe5ded commit 5a1d627
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/ui/not-quotable.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a1d627

Please sign in to comment.