We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd60c4 commit 823427fCopy full SHA for 823427f
src/rustup/lib.rs
@@ -31,6 +31,8 @@ pub static TOOLS: &'static [&'static str] = &[
31
"rust-gdb",
32
"rls",
33
"cargo-clippy",
34
+ "miri",
35
+ "cargo-miri",
36
];
37
38
// Tools which are commonly installed by Cargo as well as rustup. We take a bit
0 commit comments