mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 08:40:38 +00:00
13 lines
210 B
Rust
13 lines
210 B
Rust
---
|
|
---
|
|
//~^ ERROR: invalid preceding whitespace for frontmatter close
|
|
|
|
---
|
|
//~^ ERROR: expected item, found `-`
|
|
// FIXME(frontmatter): make this diagnostic better
|
|
---
|
|
|
|
#![feature(frontmatter)]
|
|
|
|
fn main() {}
|