Currently this code which uses nightly `-Z script` cargo feature is not accepted: ```rust #!/usr/bin/env cargo ---cargo package.edition = "2024" [dependencies] --- fn main() { println!("Hello, world!"); println!("Welcome to PackHub!"); } ``` Cargo invocation: ``` cargo +nightly -Zscript script.rs ``` <img width="623" height="273" alt="Image" src="https://github.com/user-attachments/assets/f580dc6e-e31d-4e2a-a7d7-0de40daa467b" />