Files
rust/tests/ui/frontmatter/unclosed-5.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
205 B
Rust
Raw Normal View History

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