mirror of https://github.com/rust-lang/rust.git
23 lines
428 B
Plaintext
23 lines
428 B
Plaintext
error: frontmatter close does not match the opening
|
|
--> $DIR/mismatch-2.rs:1:1
|
|
|
|
|
LL | ----cargo
|
|
| ^---
|
|
| |
|
|
| _the opening here has 4 dashes...
|
|
| |
|
|
LL | |
|
|
LL | | ---cargo
|
|
| |_---____^
|
|
| |
|
|
| ...while the close has 3 dashes
|
|
|
|
error: extra characters after frontmatter close are not allowed
|
|
--> $DIR/mismatch-2.rs:3:1
|
|
|
|
|
LL | ---cargo
|
|
| ^^^^^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|