Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
frontmatter
/
frontmatter-inner-hyphens-2.rs
blob: 3d5fb4538720bd8c2d30f82b334fa153ca62ecd0 [
file
] [
log
] [
blame
]
---
x
---
y
---
// Test that hypens are allowed inside frontmatters if there is some
// non-whitespace character preceding them.
//@check-pass
#![
feature
(
frontmatter
)]
fn
main
()
{}