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.stderr26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/test/ui/span/macro-ty-params.stderr b/src/test/ui/span/macro-ty-params.stderr
deleted file mode 100644
index 7023ef8cd..000000000
--- a/src/test/ui/span/macro-ty-params.stderr
+++ /dev/null
@@ -1,26 +0,0 @@
-error: generic arguments in macro path
- --> $DIR/macro-ty-params.rs:10:10
- |
-LL | foo::<T>!();
- | ^^^
-
-error: generic arguments in macro path
- --> $DIR/macro-ty-params.rs:11:10
- |
-LL | foo::<>!();
- | ^^
-
-error: unexpected generic arguments in path
- --> $DIR/macro-ty-params.rs:12:15
- |
-LL | m!(Default<>);
- | ^^
-
-error: generic arguments in macro path
- --> $DIR/macro-ty-params.rs:12:15
- |
-LL | m!(Default<>);
- | ^^
-
-error: aborting due to 4 previous errors
-