blob: 66e68ce44b4060df7f97f85328d6c5f857080510 [file] [log] [blame]
error: nonexistent builtin attribute `foo df` used in `#[doc(attribute = "...")]`
--> $DIR/invalid-attribute.rs:6:19
|
LL | #[doc(attribute = "foo df")]
| ^^^^^^^^
|
= help: only existing builtin attributes are allowed in core/std
error: nonexistent builtin attribute `fooyi` used in `#[doc(attribute = "...")]`
--> $DIR/invalid-attribute.rs:9:19
|
LL | #[doc(attribute = "fooyi")]
| ^^^^^^^
|
= help: only existing builtin attributes are allowed in core/std
error: aborting due to 2 previous errors