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