Skip to content

Allow rustup component add to install multiple components in one update#4790

Merged
rami3l merged 1 commit intorust-lang:mainfrom
Inconnu08:component-add-multi-install
Apr 4, 2026
Merged

Allow rustup component add to install multiple components in one update#4790
rami3l merged 1 commit intorust-lang:mainfrom
Inconnu08:component-add-multi-install

Conversation

@Inconnu08
Copy link
Copy Markdown
Contributor

This updates rustup component add to handle multiple components in a
single operation instead of processing them sequentially.

Closes #4787
Related to #731

Copy link
Copy Markdown
Contributor

@FranciscoTGouveia FranciscoTGouveia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you!

Small note: please avoid referencing issues (or PRs) directly in commit messages as this can generate unwanted notification spam. This is mentioned in the antepenultimate paragraph of the rustc-dev-guide.

View changes since this review

Copy link
Copy Markdown
Contributor

@djc djc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly LGTM, some style nits. Thanks!

View changes since this review

@Inconnu08 Inconnu08 force-pushed the component-add-multi-install branch 2 times, most recently from 647d3af to 20f047f Compare April 1, 2026 04:31
@Inconnu08 Inconnu08 force-pushed the component-add-multi-install branch from 20f047f to 3c7796a Compare April 1, 2026 05:40
@rami3l rami3l added this pull request to the merge queue Apr 4, 2026
Merged via the queue into rust-lang:main with commit 6d0bfb9 Apr 4, 2026
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rustup component add should install multiple components at once

4 participants