Files
rust/tests/ui/frontmatter/multifrontmatter.rs

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

14 lines
222 B
Rust
Raw Normal View History

---
---
---
//~^ ERROR: expected item, found `-`
// FIXME(frontmatter): make this diagnostic better
---
// test that we do not parse another frontmatter block after the first one.
#![feature(frontmatter)]
fn main() {}