]> git.lizzy.rs Git - rust.git/blobdiff - rustup-toolchain
Introduce a proper error handling framework
[rust.git] / rustup-toolchain
index ca5508e225a11cf2a2b4d5fa1c90deb2e614f268..7b9a17145d055d5a1261beb4aabcf9d89c976b46 100755 (executable)
@@ -42,7 +42,7 @@ fi
 
 # Install and setup new toolchain.
 rustup toolchain uninstall miri
-rustup-toolchain-install-master -n miri -c cargo -c rust-src -c rustc-dev -c llvm-tools "$@" -- "$NEW_COMMIT"
+rustup-toolchain-install-master -n miri -c cargo -c rust-src -c rustc-dev -c llvm-tools -c rustfmt -c clippy "$@" -- "$NEW_COMMIT"
 rustup override set miri
 
 # Cleanup.