X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fbootstrap%2Fsanity.rs;h=631d42acb93fc3564093496169d0a9b4012a9166;hb=b21674f3bdca0083e7802842d282f64ee30080fb;hp=35c66cfd95f2f520bf18d47ed885dd2a6eeb645e;hpb=5c764da9b05cd78d0b89d5b4f7b6b401fc773571;p=rust.git diff --git a/src/bootstrap/sanity.rs b/src/bootstrap/sanity.rs index 35c66cfd95f..631d42acb93 100644 --- a/src/bootstrap/sanity.rs +++ b/src/bootstrap/sanity.rs @@ -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"); }