rust/tests/ui/frontmatter/multifrontmatter-2.rs
2025-05-05 23:10:08 +08:00

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