Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
frontmatter
/
mismatch-1.rs
blob: 37e2b0af6b187a3f9aaf671fe874781ac4f86be5 [
file
] [
log
] [
blame
]
---
cargo
//~^ ERROR: frontmatter close does not match the opening
----
// there must be the same number of dashes for both the opening and the close
// of the frontmatter.
#![
feature
(
frontmatter
)]
fn
main
()
{}