Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
frontmatter
/
multifrontmatter-2.rs
blob: 33cc30cb465543bdc2892d234e929395d2d2e2e7 [
file
] [
log
] [
blame
]
---
---
//~^ ERROR: invalid preceding whitespace for frontmatter close
---
//~^ ERROR: expected item, found `-`
// FIXME(frontmatter): make this diagnostic better
---
#![
feature
(
frontmatter
)]
fn
main
()
{}