Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
frontmatter
/
hyphen-in-infostring-non-leading.rs
blob: 35e7b96ff875b5afad67ff658e4383a2c93ca068 [
file
] [
log
] [
blame
]
---
Cargo
-
toml
---
// infostrings can contain hyphens as long as a hyphen isn't the first character.
//@ check-pass
#![
feature
(
frontmatter
)]
fn
main
()
{}