mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 11:37:09 +00:00
11 lines
267 B
Plaintext
11 lines
267 B
Plaintext
error: invalid infostring for frontmatter
|
|
--> $DIR/infostring-fail.rs:1:4
|
|
|
|
|
LL | ---cargo,clippy
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
= note: frontmatter infostrings must be a single identifier immediately following the opening
|
|
|
|
error: aborting due to 1 previous error
|
|
|