Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
frontmatter
/
frontmatter-after-tokens.rs
blob: 6683991dc4af4883e3a37fe757cb288f5951dd4e [
file
] [
log
] [
blame
]
#![
feature
(
frontmatter
)]
---
//~^ ERROR: expected item, found `-`
// FIXME(frontmatter): make this diagnostic better
---
// frontmatters must be at the start of a file. This test ensures that.
fn
main
()
{}