rust/tests/ui/frontmatter/dot-in-infostring-non-leadi...

10 lines
150 B
Rust

---Cargo.toml
---
// infostrings can contain dots as long as a dot isn't the first character.
//@ check-pass
#![feature(frontmatter)]
fn main() {}