13 matches across 1 files for error lang: lang:Rust path:src/bootstrap/src/lib.rs
snippet_mode: auto · sorted by relevance
src/bootstrap/src/lib.rs RUST 13 matches · showing 5 view file →
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
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.