7 lines
220 B
Rust
7 lines
220 B
Rust
#!/usr/bin/env -S cargo +nightly -Zscript
|
|
// Make sure that shebangs are still allowed even when `-Zcrate-attr` is present.
|
|
//@ check-pass
|
|
//@ compile-flags: -Zcrate-attr=feature(rustc_attrs)
|
|
#[rustc_dummy]
|
|
fn main() {}
|