Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
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
()
{}