mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 19:57:47 +00:00
9 lines
186 B
Plaintext
9 lines
186 B
Plaintext
error: `foo df` is not a valid identifier
|
|
--> $DIR/invalid-keyword.rs:3:17
|
|
|
|
|
LL | #[doc(keyword = "foo df")]
|
|
| ^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|