mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
662182637e
Supercedes #137193
14 lines
174 B
Rust
14 lines
174 B
Rust
#!/usr/bin/env -S cargo -Zscript
|
|
---
|
|
[dependencies]
|
|
clap = "4"
|
|
---
|
|
|
|
//@ check-pass
|
|
|
|
// Shebangs on a file can precede a frontmatter.
|
|
|
|
#![feature(frontmatter)]
|
|
|
|
fn main () {}
|