blob: b4f9f3f49b2350d443e915cfa81ead67a35c1c6f (
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 macro `foo` in this scope
--> $DIR/custom_attribute.rs:3:3
|
LL | #[foo]
| ^^^
error: cannot find attribute macro `foo` in this scope
--> $DIR/custom_attribute.rs:5:7
|
LL | #[foo]
| ^^^
error: cannot find attribute macro `foo` in this scope
--> $DIR/custom_attribute.rs:7:7
|
LL | #[foo]
| ^^^
error: aborting due to 3 previous errors
|