Skip to content

Commit 1db24f0

Browse files
committed
fixup! refactor(dist): extract "nightly tips" out of the match block in components_missing_msg()
1 parent 11f459c commit 1db24f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/suite/cli_v2.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,8 @@ async fn add_missing_component_toolchain() {
13591359
&["rustup", "toolchain", "add", "nightly"],
13601360
for_host!(
13611361
r"component 'rust-std' for target '{0}' is unavailable for download for channel 'nightly'
1362-
Sometimes not all components are available in any given nightly. If you don't need the component, you could try a minimal installation with:
1362+
Sometimes not all components are available in any given nightly.
1363+
If you don't need the component(s), you could try a minimal installation with:
13631364
13641365
rustup toolchain add nightly --profile minimal
13651366

0 commit comments

Comments
 (0)