mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-30 16:26:10 +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() {}
|