mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 03:24:11 +00:00
8 lines
122 B
Rust
8 lines
122 B
Rust
---
|
|
---cargo
|
|
//~^ ERROR: extra characters after frontmatter close are not allowed
|
|
|
|
#![feature(frontmatter)]
|
|
|
|
fn main() {}
|