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
10
vendor/quote/tests/ui/does-not-have-iter-separated.stderr
vendored
Normal file
10
vendor/quote/tests/ui/does-not-have-iter-separated.stderr
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
error[E0308]: mismatched types
|
||||
--> tests/ui/does-not-have-iter-separated.rs:4:5
|
||||
|
|
||||
4 | quote!(#(a b),*);
|
||||
| ^^^^^^^^^^^^^^^^
|
||||
| |
|
||||
| expected struct `HasIterator`, found struct `ThereIsNoIteratorInRepetition`
|
||||
| expected due to this
|
||||
|
|
||||
= note: this error originates in the macro `$crate::quote_token_with_context` which comes from the expansion of 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