We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53dd09 commit 31c3be4Copy full SHA for 31c3be4
tests/ui/not-quotable.stderr
@@ -4,4 +4,14 @@ error[E0277]: the trait bound `Ipv4Addr: ToTokens` is not satisfied
4
6 | let _ = quote! { #ip };
5
| ^^^^^^^^^^^^^^ the trait `ToTokens` is not implemented for `Ipv4Addr`
6
|
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
17
= 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