aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ui/loop_cycle_wrong_argument_count.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tests/ui/loop_cycle_wrong_argument_count.stderr')
-rw-r--r--testing/tests/ui/loop_cycle_wrong_argument_count.stderr7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/tests/ui/loop_cycle_wrong_argument_count.stderr b/testing/tests/ui/loop_cycle_wrong_argument_count.stderr
new file mode 100644
index 0000000..acf3bb1
--- /dev/null
+++ b/testing/tests/ui/loop_cycle_wrong_argument_count.stderr
@@ -0,0 +1,7 @@
+error: loop.cycle(…) expects exactly one argument
+ --> $DIR/loop_cycle_wrong_argument_count.rs:3:10
+ |
+3 | #[derive(Template)]
+ | ^^^^^^^^
+ |
+ = note: this error originates in the derive macro `Template` (in Nightly builds, run with -Z macro-backtrace for more info)