Sign in
android
/
toolchain
/
rustc
/
refs/heads/mirror-goog-main-rust-toolchain-source
/
.
/
tests
/
ui
/
frontmatter
/
frontmatter-whitespace-1.rs
blob: 3b7f762d26ea398ad9aed24011b8cce2bd10d50f [
file
] [
log
] [
blame
] [
edit
]
---
//~^ ERROR: invalid preceding whitespace for frontmatter opening
//~^^ ERROR: unclosed frontmatter
---
#![
feature
(
frontmatter
)]
// check that whitespaces should not precede the frontmatter opening or close.
fn
main
()
{}