rust/tests/ui/frontmatter/frontmatter-whitespace-4.rs

10 lines
127 B
Rust

--- cargo
---
//@ check-pass
// A frontmatter infostring can have leading whitespace.
#![feature(frontmatter)]
fn main() {}