mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-30 00:03:49 +00:00
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() {}
|