-
-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Description
rustc
already can ignore the shebang. And cargo-script
RFC was accepted (rust-lang/cargo#12207).
This is a valid rust:
#!/usr/bin/env -S cargo +nightly -Zscript
fn main() {
println!("Hello from cargo script")
}
But it isn't parsed
figsoda, IndigoLily, mucinoab and sosthene-nitrokey
Metadata
Metadata
Assignees
Labels
No labels