Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
frontmatter
/
fence-whitespace-trailing-2.rs
blob: 1e7c5556647b0bb5c0d3733754cfd1c98c88a330 [
file
] [
log
] [
blame
] [
edit
]
---
cargo
---
//@ check-pass
// ignore-tidy-tab
// A frontmatter infostring can have leading whitespace.
#![
feature
(
frontmatter
)]
fn
main
()
{}