]> git.proxmox.com Git - rustc.git/blobdiff - src/bootstrap/toolstate.rs
New upstream version 1.66.0+dfsg1
[rustc.git] / src / bootstrap / toolstate.rs
index f3a6759ab846b7499d372be231c925f8dcd391a0..1a17744322753f7a431b10b427568c4cf28653b8 100644 (file)
@@ -77,7 +77,6 @@ static STABLE_TOOLS: &[(&str, &str)] = &[
 // though, as otherwise we will be unable to file an issue if they start
 // failing.
 static NIGHTLY_TOOLS: &[(&str, &str)] = &[
-    ("miri", "src/tools/miri"),
     ("embedded-book", "src/doc/embedded-book"),
     // ("rustc-dev-guide", "src/doc/rustc-dev-guide"),
 ];