summaryrefslogtreecommitdiffstats
path: root/src/test/ui/custom_attribute.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/custom_attribute.stderr')
-rw-r--r--src/test/ui/custom_attribute.stderr20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/test/ui/custom_attribute.stderr b/src/test/ui/custom_attribute.stderr
deleted file mode 100644
index 4023892d2..000000000
--- a/src/test/ui/custom_attribute.stderr
+++ /dev/null
@@ -1,20 +0,0 @@
-error: cannot find attribute `foo` in this scope
- --> $DIR/custom_attribute.rs:3:3
- |
-LL | #[foo]
- | ^^^
-
-error: cannot find attribute `foo` in this scope
- --> $DIR/custom_attribute.rs:5:7
- |
-LL | #[foo]
- | ^^^
-
-error: cannot find attribute `foo` in this scope
- --> $DIR/custom_attribute.rs:7:7
- |
-LL | #[foo]
- | ^^^
-
-error: aborting due to 3 previous errors
-