blob: ada6af0ec04cef64aec3c252a092d9391868a1f8 [file] [log] [blame] [edit]
error: invalid preceding whitespace for frontmatter close
--> $DIR/frontmatter-whitespace-2.rs:8:1
|
LL | ---x
| ^^^^^^^^
|
note: frontmatter close should not be preceded by whitespace
--> $DIR/frontmatter-whitespace-2.rs:8:1
|
LL | ---x
| ^^^^
error: extra characters after frontmatter close are not allowed
--> $DIR/frontmatter-whitespace-2.rs:8:1
|
LL | ---x
| ^^^^^^^^
error: unexpected closing delimiter: `}`
--> $DIR/frontmatter-whitespace-2.rs:11:1
|
LL | }
| ^ unexpected closing delimiter
error: aborting due to 3 previous errors