summaryrefslogtreecommitdiffstats
path: root/rust/vendor/quote/tests/ui/does-not-have-iter-separated.stderr
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 17:39:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 17:39:49 +0000
commita0aa2307322cd47bbf416810ac0292925e03be87 (patch)
tree37076262a026c4b48c8a0e84f44ff9187556ca35 /rust/vendor/quote/tests/ui/does-not-have-iter-separated.stderr
parentInitial commit. (diff)
downloadsuricata-a0aa2307322cd47bbf416810ac0292925e03be87.tar.xz
suricata-a0aa2307322cd47bbf416810ac0292925e03be87.zip
Adding upstream version 1:7.0.3.upstream/1%7.0.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'rust/vendor/quote/tests/ui/does-not-have-iter-separated.stderr')
-rw-r--r--rust/vendor/quote/tests/ui/does-not-have-iter-separated.stderr10
1 files changed, 10 insertions, 0 deletions
diff --git a/rust/vendor/quote/tests/ui/does-not-have-iter-separated.stderr b/rust/vendor/quote/tests/ui/does-not-have-iter-separated.stderr
new file mode 100644
index 0000000..7c6e30f
--- /dev/null
+++ b/rust/vendor/quote/tests/ui/does-not-have-iter-separated.stderr
@@ -0,0 +1,10 @@
+error[E0308]: mismatched types
+ --> tests/ui/does-not-have-iter-separated.rs:4:5
+ |
+4 | quote!(#(a b),*);
+ | ^^^^^^^^^^^^^^^^
+ | |
+ | expected `HasIterator`, found `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)