mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
20 lines
397 B
Text
20 lines
397 B
Text
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
|
|
|