blob: 9abbcfff94c76ca8a0526e38eb71a10265733805 [file] [log] [blame]
----cargo
//~^ ERROR: unclosed frontmatter
//~| ERROR: frontmatters are experimental
// Similarly, a use statement should allow for recovery as well (as
// per unclosed-1.rs)
use std::env;
fn main() {}