rust/tests/ui/frontmatter/dot-in-infostring-non-leading.rs
2025-05-05 23:10:08 +08:00

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() {}