Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
frontmatter
/
frontmatter-whitespace-1.rs
blob: 3b7f762d26ea398ad9aed24011b8cce2bd10d50f [
file
] [
log
] [
blame
]
---
//~^ ERROR: invalid preceding whitespace for frontmatter opening
//~^^ ERROR: unclosed frontmatter
---
#![
feature
(
frontmatter
)]
// check that whitespaces should not precede the frontmatter opening or close.
fn
main
()
{}