Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
frontmatter
/
mismatch-2.rs
blob: 422abe1d6bc99c340e6c702d17ddef7cfb7a7299 [
file
] [
log
] [
blame
]
----
cargo
//~^ ERROR: frontmatter close does not match the opening
---
cargo
//~^ ERROR: extra characters after frontmatter close are not allowed
#![
feature
(
frontmatter
)]
fn
main
()
{}