blob: 3b7f762d26ea398ad9aed24011b8cce2bd10d50f [file] [log] [blame]
---
//~^ ERROR: invalid preceding whitespace for frontmatter opening
//~^^ ERROR: unclosed frontmatter
---
#![feature(frontmatter)]
// check that whitespaces should not precede the frontmatter opening or close.
fn main() {}