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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
127 B
Rust
Raw Normal View History

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