blob: 8378ae20901e129de3bf30218e5001ed228b002d [file] [log] [blame] [edit]
error: frontmatter close does not match the opening
--> $DIR/fence-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/fence-mismatch-2.rs:3:1
|
LL | ---cargo
| ^^^^^^^^
error: aborting due to 2 previous errors