プレイグラウンド、サンドボックス、使い捨てスクリプト置き場
0

Configure Feed

Select the types of activity you want to include in your feed.

use rust-toolchain.toml

Kohei Watanabe (Nov 30, 2025, 3:34 PM +0900) b85dd4b1 b2b2a27e

+10 -1
+3
cargo-script/.vscode/settings.json
··· 1 + { 2 + "rust-analyzer.linkedProjects": ["hello.rs"] 3 + }
+5
cargo-script/README.md
··· 1 + mise: 2 + 3 + ``` 4 + $ mise settings add idiomatic_version_file_enable_tools rust 5 + ```
+1 -1
cargo-script/hello.rs
··· 1 - #!/usr/bin/env -S mise x rust@nightly -- cargo -Zscript -q 1 + #!/usr/bin/env -S cargo -Zscript -q 2 2 3 3 fn main() { 4 4 println!("hello");
+1
cargo-script/rust-toolchain.toml
··· 1 + toolchain.channel = "nightly"