blob: b4f9f3f49b2350d443e915cfa81ead67a35c1c6f [file] [log] [blame]
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