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