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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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