Files
rust/tests/ui/frontmatter/mismatch-2.rs
2025-05-05 23:10:08 +08:00

9 lines
185 B
Rust

----cargo
//~^ ERROR: frontmatter close does not match the opening
---cargo
//~^ ERROR: extra characters after frontmatter close are not allowed
#![feature(frontmatter)]
fn main() {}