rust/tests/rustdoc-ui/invalid-keyword.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
277 B
Text
Raw Normal View History

error: nonexistent keyword `foo df` used in `#[doc(keyword = "...")]`
--> $DIR/invalid-keyword.rs:3:17
|
LL | #[doc(keyword = "foo df")]
| ^^^^^^^^
|
= help: only existing keywords are allowed in core/std
error: aborting due to 1 previous error