cargo/tests/testsuite/script/rustc_fixtures/frontmatter-inner-hyphens-2.rs
2025-09-02 18:15:50 -06:00

14 lines
214 B
Rust

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