mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 22:07:03 +00:00
17 lines
290 B
Plaintext
17 lines
290 B
Plaintext
error: frontmatter close does not match the opening
|
|
--> $DIR/mismatch-1.rs:1:1
|
|
|
|
|
LL | ---cargo
|
|
| ^--
|
|
| |
|
|
| _the opening here has 3 dashes...
|
|
| |
|
|
LL | |
|
|
LL | | ----
|
|
| |_---^
|
|
| |
|
|
| ...while the close has 4 dashes
|
|
|
|
error: aborting due to 1 previous error
|
|
|