rustup set
Alter
rustupsettings. More information: https://rust-lang.github.io/rustup.
- Set the default host triple:
rustup set default-host {{host_triple}}
- Set the default profile (
minimalincludes onlyrustc,rust-stdandcargo, whereasdefaultaddsrust-docs,rustfmtandclippy):
rustup set profile {{minimal|default}}
- Set whether
rustupshould update itself when runningrustup update:
rustup set auto-self-update {{enable|disable|check-only}}