Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #12287 - yerke:yerke/fix-cargo-script-example, r=epage
cargo script example needs nightly -Zscript feature ### What does this PR try to resolve? Update cargo script example. Cargo script currently needs nightly `-Zscript` feature. Without this change users will see: ``` error: running `./cargo_script.rs` requires `-Zscript` ``` cc #12207 ### How should we test and review this PR? I don't think any additional tests are needed. All existing tests for cargo script already use `-Zscript`. ### Additional information Thanks for designing and implementing cargo script `@epage!`
- Loading branch information