about summary refs log tree commit diff
path: root/tests/ui/attributes/attr_unknown_custom_attr.stderr
blob: 76c3b884a5d4c4922f82bda662b23d75ca8cc437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
error: cannot find attribute `foo` in this scope
  --> $DIR/attr_unknown_custom_attr.rs:5:3
   |
LL | #[foo]
   |   ^^^

error: cannot find attribute `foo` in this scope
  --> $DIR/attr_unknown_custom_attr.rs:7:7
   |
LL |     #[foo]
   |       ^^^

error: cannot find attribute `foo` in this scope
  --> $DIR/attr_unknown_custom_attr.rs:9:7
   |
LL |     #[foo]
   |       ^^^

error: aborting due to 3 previous errors