Skip to content

Commit

Permalink
Update ui test suite to nightly-2022-04-06
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 6, 2022
1 parent a53dd09 commit 31c3be4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/ui/not-quotable.stderr
Expand Up @@ -4,4 +4,14 @@ error[E0277]: the trait bound `Ipv4Addr: ToTokens` is not satisfied
6 | let _ = quote! { #ip };
| ^^^^^^^^^^^^^^ the trait `ToTokens` is not implemented for `Ipv4Addr`
|
= help: the following other types implement trait `ToTokens`:
&'a T
&'a mut T
Box<T>
Cow<'a, T>
Option<T>
Rc<T>
RepInterp<T>
String
and 23 others
= note: this error originates in the macro `$crate::quote_token_with_context` (in Nightly builds, run with -Z macro-backtrace for more info)

0 comments on commit 31c3be4

Please sign in to comment.