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, 20 insertions, 0 deletions
diff --git a/src/test/ui/custom_attribute.stderr b/src/test/ui/custom_attribute.stderr
new file mode 100644
index 000000000..4023892d2
--- /dev/null
+++ b/src/test/ui/custom_attribute.stderr
@@ -0,0 +1,20 @@
+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
+