rust/tests/ui/frontmatter/unclosed-5.rs
2025-05-05 23:10:08 +08:00

11 lines
205 B
Rust

----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() {}