mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
87a354b15d
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
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
|
|
|