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

11 lines
147 B
Rust

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