mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 18:27:37 +00:00
11 lines
209 B
Rust
11 lines
209 B
Rust
#![feature(frontmatter)]
|
|
|
|
---
|
|
//~^ ERROR: expected item, found `-`
|
|
// FIXME(frontmatter): make this diagnostic better
|
|
---
|
|
|
|
// frontmatters must be at the start of a file. This test ensures that.
|
|
|
|
fn main() {}
|