mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 10:18:25 +00:00
10 lines
150 B
Rust
10 lines
150 B
Rust
---Cargo.toml
|
|
---
|
|
|
|
// infostrings can contain dots as long as a dot isn't the first character.
|
|
//@ check-pass
|
|
|
|
#![feature(frontmatter)]
|
|
|
|
fn main() {}
|