We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 388af5b commit c81321aCopy full SHA for c81321a
tests/tests/script.rs
@@ -190,7 +190,7 @@ fn test_whitespace_before_main() {
190
#[ignore]
191
fn test_stable_toolchain() {
192
let out = rust_script!(
193
- "--toolchain-version",
+ "--toolchain",
194
"stable",
195
"tests/data/script-unstable-feature.rs"
196
)
@@ -203,7 +203,7 @@ fn test_stable_toolchain() {
203
204
fn test_nightly_toolchain() {
205
206
207
"nightly",
208
209
0 commit comments