blob: f971039522cd4f624c7ee0f95add703f83572d99 [file] [log] [blame]
error: frontmatter close does not match the opening
--> $DIR/fence-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