Files
rust/tests/ui/frontmatter/infostring-fail.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
156 B
Rust
Raw Normal View History

---cargo,clippy
//~^ ERROR: invalid infostring for frontmatter
---
// infostrings can only be a single identifier.
#![feature(frontmatter)]
fn main() {}