]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/sanity.rs
Auto merge of #103786 - tshepang:obsolete, r=jyn514
[rust.git] / src / bootstrap / sanity.rs
index 35c66cfd95f2f520bf18d47ed885dd2a6eeb645e..631d42acb93fc3564093496169d0a9b4012a9166 100644 (file)
@@ -74,7 +74,7 @@ pub fn check(build: &mut Build) {
     let mut cmd_finder = Finder::new();
     // If we've got a git directory we're gonna need git to update
     // submodules and learn about various other aspects.
-    if build.rust_info.is_managed_git_subrepository() {
+    if build.rust_info().is_managed_git_subrepository() {
         cmd_finder.must_have("git");
     }