about summary refs log tree commit diff
path: root/tests/ui/frontmatter/multifrontmatter-2.rs
blob: 33cc30cb465543bdc2892d234e929395d2d2e2e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
 ---
//~^ ERROR: invalid preceding whitespace for frontmatter close

 ---
//~^ ERROR: expected item, found `-`
// FIXME(frontmatter): make this diagnostic better
---

#![feature(frontmatter)]

fn main() {}