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