mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 23:07:22 +00:00
15 lines
196 B
Rust
15 lines
196 B
Rust
#!/usr/bin/env -S cargo -Zscript
|
|
---
|
|
[dependencies]
|
|
clap = "4"
|
|
---
|
|
|
|
//@ check-pass
|
|
// ignore-tidy-cr
|
|
|
|
// crlf line endings should be accepted
|
|
|
|
#![feature(frontmatter)]
|
|
|
|
fn main() {}
|