mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
662182637e
Supercedes #137193
8 lines
122 B
Rust
8 lines
122 B
Rust
---
|
|
---cargo
|
|
//~^ ERROR: extra characters after frontmatter close are not allowed
|
|
|
|
#![feature(frontmatter)]
|
|
|
|
fn main() {}
|