Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
frontmatter
/
infostring-space.rs
blob: a8448af113443ed7237553bda7454ae8ea260383 [
file
] [
log
] [
blame
] [
edit
]
---
cargo clippy
//~^ ERROR: invalid infostring for frontmatter
---
// infostrings cannot have spaces
#![
feature
(
frontmatter
)]
fn
main
()
{}