about summary refs log tree commit diff
path: root/tests/ui/frontmatter/hyphen-in-infostring-leading.rs
blob: 8652fd76ad5cea3e4f48bbd51d81c60a3a95bed8 (plain)
1
2
3
4
5
6
7
8
9
--- -toml
//~^ ERROR: invalid infostring for frontmatter
---

// infostrings cannot have leading hyphens

#![feature(frontmatter)]

fn main() {}