460 Some(_sudo_user) => {
461 // SAFETY: getuid() system call is always successful and no return value is reserved
462▶ // to indicate an error.
463 //
464 // For more context, see https://man7.org/linux/man-pages/man2/geteuid.2.html
· · ·
616 crate::core::sanity::check(&mut build);
617
618▶ // Make sure we update these before gathering metadata so we don't get an error about missing
619 // Cargo.toml files.
620 let rust_submodules = ["library/backtrace"];
· · ·
1046 } else {
1047 // Return the most normal file name, even though
1048▶ // it doesn't exist, so that any error message
1049 // refers to that.
1050 filecheck
· · ·
1286 }
1287 let base = match c {
1288▶ CLang::C => self.cc[&target].clone(),
1289 CLang::Cxx => self.cxx[&target].clone(),
1290 };
· · ·
1289▶ CLang::Cxx => self.cxx[&target].clone(),
1290 };
1291
+ 8 more matches in this file