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