Skip to content

Commit 31c3be4

Browse files
committed
Update ui test suite to nightly-2022-04-06
1 parent a53dd09 commit 31c3be4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/ui/not-quotable.stderr

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,14 @@ error[E0277]: the trait bound `Ipv4Addr: ToTokens` is not satisfied
44
6 | let _ = quote! { #ip };
55
| ^^^^^^^^^^^^^^ the trait `ToTokens` is not implemented for `Ipv4Addr`
66
|
7+
= help: the following other types implement trait `ToTokens`:
8+
&'a T
9+
&'a mut T
10+
Box<T>
11+
Cow<'a, T>
12+
Option<T>
13+
Rc<T>
14+
RepInterp<T>
15+
String
16+
and 23 others
717
= note: this error originates in the macro `$crate::quote_token_with_context` (in Nightly builds, run with -Z macro-backtrace for more info)

0 commit comments

Comments
 (0)