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