mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 07:57:21 +00:00
10 lines
145 B
Rust
10 lines
145 B
Rust
--- -toml
|
|
//~^ ERROR: invalid infostring for frontmatter
|
|
---
|
|
|
|
// infostrings cannot have leading hyphens
|
|
|
|
#![feature(frontmatter)]
|
|
|
|
fn main() {}
|