2025-04-12 15:53:46 +00:00
|
|
|
---
|
|
|
|
|
//~^ ERROR: invalid preceding whitespace for frontmatter opening
|
2025-08-22 10:46:47 -05:00
|
|
|
//~^^ ERROR: unclosed frontmatter
|
2025-04-12 15:53:46 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
|
|
#![feature(frontmatter)]
|
|
|
|
|
|
|
|
|
|
// check that whitespaces should not precede the frontmatter opening or close.
|
|
|
|
|
|
|
|
|
|
fn main() {}
|