mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 22:37:08 +00:00
11 lines
205 B
Rust
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() {}
|