Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
frontmatter
/
infostring-hyphen-leading.rs
blob: 8652fd76ad5cea3e4f48bbd51d81c60a3a95bed8 [
file
] [
log
] [
blame
] [
edit
]
---
-
toml
//~^ ERROR: invalid infostring for frontmatter
---
// infostrings cannot have leading hyphens
#![
feature
(
frontmatter
)]
fn
main
()
{}