Skip to content

Commit aed47a6

Browse files
authored
Suggest the miri component if missing
1 parent 305bbef commit aed47a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rustup/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ fn component_for_bin(binary: &str) -> Option<&'static str> {
5656
"rust-gdb" => Some("gdb-preview"),
5757
"rls" => Some("rls"),
5858
"cargo-clippy" => Some("clippy"),
59+
"cargo-miri" => Some("miri"),
5960
"rustfmt" | "cargo-fmt" => Some("rustfmt"),
6061
_ => None,
6162
}

0 commit comments

Comments
 (0)