summaryrefslogtreecommitdiffstats
path: root/src/test/ui/span/macro-ty-params.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/span/macro-ty-params.stderr')
-rw-r--r--src/test/ui/span/macro-ty-params.stderr8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/test/ui/span/macro-ty-params.stderr b/src/test/ui/span/macro-ty-params.stderr
index 138cd2598..7023ef8cd 100644
--- a/src/test/ui/span/macro-ty-params.stderr
+++ b/src/test/ui/span/macro-ty-params.stderr
@@ -16,5 +16,11 @@ error: unexpected generic arguments in path
LL | m!(Default<>);
| ^^
-error: aborting due to 3 previous errors
+error: generic arguments in macro path
+ --> $DIR/macro-ty-params.rs:12:15
+ |
+LL | m!(Default<>);
+ | ^^
+
+error: aborting due to 4 previous errors