Skip to content

Commit da324b9

Browse files
committed
fixup! fixup! fixup! fixup! feat(config)!: remove implicit installation from resolve_local_toolchain()
1 parent 1de6988 commit da324b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suite/cli_rustup.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2810,7 +2810,7 @@ async fn warn_on_duplicate_rust_toolchain_file() {
28102810

28112811
cx.config
28122812
.expect_stderr_ok(
2813-
&["rustc", "--version"],
2813+
&["rustup", "toolchain", "install"],
28142814
&format!(
28152815
"warn: both `{0}` and `{1}` exist. Using `{0}`",
28162816
toolchain_file_1.canonicalize().unwrap().display(),

0 commit comments

Comments
 (0)