mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 01:07:56 +00:00
12 lines
183 B
Rust
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() {}
|