]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/lib.rs
fixup
[rust.git] / src / bootstrap / lib.rs
index 2a91aab7c4ac28668d71011971fe4a4f54149ce9..bddc6362389adcbecd4a1bf41b5f50b7d68862e2 100644 (file)
@@ -1019,6 +1019,11 @@ fn clippy_package_vers(&self) -> String {
         self.package_vers(&self.release_num("clippy"))
     }
 
+    /// Returns the value of `package_vers` above for miri
+    fn miri_package_vers(&self) -> String {
+        self.package_vers(&self.release_num("miri"))
+    }
+
     /// Returns the value of `package_vers` above for rustfmt
     fn rustfmt_package_vers(&self) -> String {
         self.package_vers(&self.release_num("rustfmt"))