mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
9 lines
184 B
Plaintext
9 lines
184 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 previous error
|
|
|