about summary refs log tree commit diff
path: root/tests/ui/frontmatter/extra-after-end.rs
blob: de2cf4cc85efdcf468380b289240d9b01832fba0 (plain)
1
2
3
4
5
6
7
---
---cargo
//~^ ERROR: extra characters after frontmatter close are not allowed

#![feature(frontmatter)]

fn main() {}