about summary refs log tree commit diff
path: root/tests/ui/frontmatter/dot-in-infostring-non-leading.rs
blob: a4d17bb6e813a1876e6db97c13448350ef495c77 (plain)
1
2
3
4
5
6
7
8
9
---Cargo.toml
---

// infostrings can contain dots as long as a dot isn't the first character.
//@ check-pass

#![feature(frontmatter)]

fn main() {}