summaryrefslogtreecommitdiffstats
path: root/src/test/ui/array-slice-vec/vec-macro-with-comma-only.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/array-slice-vec/vec-macro-with-comma-only.stderr')
-rw-r--r--src/test/ui/array-slice-vec/vec-macro-with-comma-only.stderr2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/ui/array-slice-vec/vec-macro-with-comma-only.stderr b/src/test/ui/array-slice-vec/vec-macro-with-comma-only.stderr
index abbee347c..ec4a001f4 100644
--- a/src/test/ui/array-slice-vec/vec-macro-with-comma-only.stderr
+++ b/src/test/ui/array-slice-vec/vec-macro-with-comma-only.stderr
@@ -3,6 +3,8 @@ error: no rules expected the token `,`
|
LL | vec![,];
| ^ no rules expected this token in macro call
+ |
+ = note: while trying to match end of macro
error: aborting due to previous error