mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-13 00:28:05 +00:00
11 lines
277 B
Plaintext
11 lines
277 B
Plaintext
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
|
|
|