about summary refs log tree commit diff
path: root/src/test/ui/macros/macro-attribute.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/macros/macro-attribute.stderr')
-rw-r--r--src/test/ui/macros/macro-attribute.stderr8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/ui/macros/macro-attribute.stderr b/src/test/ui/macros/macro-attribute.stderr
deleted file mode 100644
index 3316d387264..00000000000
--- a/src/test/ui/macros/macro-attribute.stderr
+++ /dev/null
@@ -1,8 +0,0 @@
-error: expected expression, found `$`
-  --> $DIR/macro-attribute.rs:1:9
-   |
-LL | #[doc = $not_there]
-   |         ^ expected expression
-
-error: aborting due to previous error
-