Sign in
rust
/
rust
/
e8a63124746761e743d69ea510194de2ada4034f
/
.
/
tests
/
ui
/
frontmatter
/
fence-indented.rs
blob: 3b7f762d26ea398ad9aed24011b8cce2bd10d50f [
file
]
---
//~^ 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
()
{}