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

11 lines
107 B
Rust
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
x ---🚧
---
// Regression test for #141483
//@check-pass
#![feature(frontmatter)]
fn main() {}