Files
rust/tests/ui/attributes/attr_unknown_custom_attr.stderr
2025-06-08 11:25:09 +05:00

21 lines
421 B
Plaintext

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