mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 02:53:43 +00:00
10 lines
156 B
Rust
10 lines
156 B
Rust
---cargo,clippy
|
|
//~^ ERROR: invalid infostring for frontmatter
|
|
---
|
|
|
|
// infostrings can only be a single identifier.
|
|
|
|
#![feature(frontmatter)]
|
|
|
|
fn main() {}
|