30 matches across 1 files for error lang: path:src/bootstrap/src/core/config/config.rs lang:Rust
snippet_mode: grep · sorted by relevance
src/bootstrap/src/core/config/config.rs RUST 30 matches · showing 5 view file →
118 pub skip: Vec<PathBuf>,
119 pub include_default_paths: bool,
120 pub rustc_error_format: Option<String>,
121 pub json_output: bool,
122 pub compile_time_deps: bool,
· · ·
177 pub llvm_allow_old_toolchain: bool,
178 pub llvm_polly: bool,
179 pub llvm_clang: bool,
180 pub llvm_enable_warnings: bool,
181 pub llvm_from_ci: bool,
· · ·
365 pub(crate) fn parse_inner(
366 flags: Flags,
367 get_toml: impl Fn(&Path) -> Result<TomlConfig, toml::de::Error>,
368 ) -> Config {
369 // Destructure flags to ensure that we use all its fields
· · ·
383 skip: flags_skip,
384 include_default_paths: flags_include_default_paths,
385 rustc_error_format: flags_rustc_error_format,
386 on_fail: flags_on_fail,
387 dry_run: flags_dry_run,
· · ·
622 offload_clang_dir: llvm_clang_dir,
623 polly: llvm_polly,
624 clang: llvm_clang,
625 enable_warnings: llvm_enable_warnings,
626 download_ci_llvm: llvm_download_ci_llvm,
+ 25 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.