Files
rust/tests/ui/frontmatter/frontmatter-whitespace-4.rs
2025-05-05 23:10:08 +08:00

10 lines
127 B
Rust

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