rust/tests/ui/frontmatter/frontmatter-inner-hyphens-2.rs
2025-06-04 15:51:36 +00:00

12 lines
183 B
Rust

---
x ---y
---
// Test that hypens are allowed inside frontmatters if there is some
// non-whitespace character preceding them.
//@check-pass
#![feature(frontmatter)]
fn main() {}