Files
rust/tests/ui/frontmatter/frontmatter-whitespace-1.rs

11 lines
260 B
Rust
Raw Normal View History

---
//~^ 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() {}