mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-30 16:26:10 +00:00
10 lines
183 B
Rust
10 lines
183 B
Rust
----cargo
|
|
//~^ ERROR: unclosed frontmatter
|
|
|
|
//! Similarly, a module-level content should allow for recovery as well (as
|
|
//! per unclosed-1.rs)
|
|
|
|
#![feature(frontmatter)]
|
|
|
|
fn main() {}
|