about summary refs log tree commit diff
path: root/tests/ui/frontmatter/mismatch-2.rs
blob: 422abe1d6bc99c340e6c702d17ddef7cfb7a7299 (plain)
1
2
3
4
5
6
7
8
----cargo
//~^ ERROR: frontmatter close does not match the opening
---cargo
//~^ ERROR: extra characters after frontmatter close are not allowed

#![feature(frontmatter)]

fn main() {}