Vendor dependencies
Let's see how I like this workflow.
This commit is contained in:
parent
34d1830413
commit
9c435dc440
7500 changed files with 1665121 additions and 99 deletions
20
vendor/quote/tests/ui/not-quotable.stderr
vendored
Normal file
20
vendor/quote/tests/ui/not-quotable.stderr
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
error[E0277]: the trait bound `Ipv4Addr: ToTokens` is not satisfied
|
||||
--> tests/ui/not-quotable.rs:6:9
|
||||
|
|
||||
6 | _ = quote! { #ip };
|
||||
| ^^^^^^^^^^^^^^
|
||||
| |
|
||||
| the trait `ToTokens` is not implemented for `Ipv4Addr`
|
||||
| required by a bound introduced by this call
|
||||
|
|
||||
= 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 `quote` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
Loading…
Add table
Add a link
Reference in a new issue