rust/tests/ui/frontmatter/multifrontmatter-2.rs

13 lines
210 B
Rust

---
---
//~^ ERROR: invalid preceding whitespace for frontmatter close
---
//~^ ERROR: expected item, found `-`
// FIXME(frontmatter): make this diagnostic better
---
#![feature(frontmatter)]
fn main() {}