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

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