about summary refs log tree commit diff
path: root/tests/ui/frontmatter/mismatch-1.rs
blob: 37e2b0af6b187a3f9aaf671fe874781ac4f86be5 (plain)
1
2
3
4
5
6
7
8
9
10
---cargo
//~^ ERROR: frontmatter close does not match the opening
----

// there must be the same number of dashes for both the opening and the close
// of the frontmatter.

#![feature(frontmatter)]

fn main() {}