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