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