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