about summary refs log tree commit diff
path: root/tests/ui/frontmatter/unclosed-4.rs
blob: 41f6461db634d3cc38944f959193eb57ea2e3a48 (plain)
1
2
3
4
5
6
7
8
9
----cargo
//~^ ERROR: unclosed frontmatter

//! Similarly, a module-level content should allow for recovery as well (as
//! per unclosed-1.rs)

#![feature(frontmatter)]

fn main() {}