rust/src/test/ui/custom_attribute.stderr
2019-09-15 13:10:12 +03:00

21 lines
397 B
Plaintext

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