summaryrefslogtreecommitdiffstats
path: root/src/test/ui/macros/bang-after-name.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/macros/bang-after-name.stderr')
-rw-r--r--src/test/ui/macros/bang-after-name.stderr8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/ui/macros/bang-after-name.stderr b/src/test/ui/macros/bang-after-name.stderr
deleted file mode 100644
index f609c4943..000000000
--- a/src/test/ui/macros/bang-after-name.stderr
+++ /dev/null
@@ -1,8 +0,0 @@
-error: macro names aren't followed by a `!`
- --> $DIR/bang-after-name.rs:4:17
- |
-LL | macro_rules! foo! {
- | ^ help: remove the `!`
-
-error: aborting due to previous error
-