Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
frontmatter
/
hyphen-in-infostring-leading.rs
blob: 8652fd76ad5cea3e4f48bbd51d81c60a3a95bed8 [
file
] [
log
] [
blame
]
---
-
toml
//~^ ERROR: invalid infostring for frontmatter
---
// infostrings cannot have leading hyphens
#![
feature
(
frontmatter
)]
fn
main
()
{}