Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
frontmatter
/
infostring-space.rs
blob: a8448af113443ed7237553bda7454ae8ea260383 [
file
] [
log
] [
blame
]
---
cargo clippy
//~^ ERROR: invalid infostring for frontmatter
---
// infostrings cannot have spaces
#![
feature
(
frontmatter
)]
fn
main
()
{}