364 matches across 24 files for error lang: lang:Rust
snippet_mode: summary · sorted by relevance
src/tools/tidy/src/extra_checks/mod.rs RUST 87 matches · showing 1 view file →
95 ($lang:ident, $kind:ident) => {
+ 86 more matches in this file
src/bootstrap/src/core/build_steps/llvm.rs RUST 11 matches · showing 1 view file →
396 // Prevent cmake from adding -bundle to CFLAGS automatically, which leads to a compiler error because "-bitcode_bundle" also gets added.
+ 10 more matches in this file
src/tools/rust-analyzer/crates/hir-def/src/expr_store/lower.rs RUST 32 matches · showing 1 view file →
598 "" | "'" => LifetimeRef::Error,
+ 31 more matches in this file
src/bootstrap/src/core/builder/cargo.rs RUST 10 matches · showing 1 view file →
391 builder.cc_unhandled_cflags(target, GitRepo::Rustc, CLang::C).join(" ");
+ 9 more matches in this file
src/bootstrap/src/core/config/config.rs RUST 30 matches · showing 1 view file →
119 pub rustc_error_format: Option<String>,
+ 29 more matches in this file
src/bootstrap/src/lib.rs RUST 13 matches · showing 1 view file →
462 // to indicate an error.
+ 12 more matches in this file
src/bootstrap/src/core/build_steps/compile.rs RUST 12 matches · showing 1 view file →
462 let src = compiler_file(builder, &builder.cc(target), target, CLang::C, obj);
+ 11 more matches in this file
src/bootstrap/src/utils/helpers.rs RUST 4 matches · showing 1 view file →
45/// * The error itself
+ 3 more matches in this file
src/tools/tidy/src/features.rs RUST 16 matches · showing 1 view file →
75 pub lang: Features,
+ 15 more matches in this file
library/compiler-builtins/compiler-builtins/build.rs RUST 4 matches · showing 1 view file →
201 // AArch64 GCCs exit with an error condition when they encounter any kind of floating point
+ 3 more matches in this file
src/tools/clippy/clippy_lints/src/doc/mod.rs RUST 13 matches · showing 1 view file →
8use rustc_errors::Applicability;
+ 12 more matches in this file
src/tools/miri/src/shims/unix/freebsd/sync.rs RUST 7 matches · showing 1 view file →
105 return this.set_last_error_and_return(LibcError("EINVAL"), dest);
+ 6 more matches in this file
src/bootstrap/src/utils/cc_detect.rs RUST 5 matches · showing 1 view file →
116 let mut cflags = build.cc_handled_clags(target, CLang::C);
+ 4 more matches in this file
src/bootstrap/src/core/build_steps/doc.rs RUST 11 matches · showing 1 view file →
26 ($($name:ident, $path:expr, $book_name:expr, $lang:expr ;)+) => {
+ 10 more matches in this file
compiler/rustc_target/src/spec/mod.rs RUST 31 matches · showing 1 view file →
51 TargetDataLayoutError,
+ 30 more matches in this file
src/tools/rustbook/src/main.rs RUST 8 matches · showing 1 view file →
6use mdbook_driver::errors::Result as Result3;
+ 7 more matches in this file
src/tools/rust-analyzer/crates/hir-def/src/expr_store/lower/format_args.rs RUST 2 matches · showing 1 view file →
282 // FIXME: Emit an error.
+ 1 more matches in this file
library/core/src/panicking.rs RUST 4 matches · showing 1 view file →
36compile_error!(
+ 3 more matches in this file
src/bootstrap/src/core/config/toml/llvm.rs RUST 2 matches · showing 1 view file →
39 clang: Option<bool> = "clang",
+ 1 more matches in this file
compiler/rustc_codegen_llvm/src/llvm/ffi.rs RUST 12 matches · showing 1 view file →
105 T::Error: Debug,
+ 11 more matches in this file
compiler/rustc_error_messages/src/lib.rs RUST 6 matches · showing 1 view file →
9pub use fluent_bundle::{self, FluentArgs, FluentError, FluentValue};
+ 5 more matches in this file
src/bootstrap/src/core/build_steps/test.rs RUST 25 matches · showing 1 view file →
278 "ERROR: running cargotest with stage 0 is currently unsupported. Use at least stage 1."
+ 24 more matches in this file
src/tools/tidy/src/extra_checks/tests.rs RUST 16 matches · showing 1 view file →
3use crate::extra_checks::{ExtraCheckArg, ExtraCheckKind, ExtraCheckLang, ExtraCheckParseError};
+ 15 more matches in this file
tests/run-make/linkage-attr-framework/rmake.rs RUST 3 matches · showing 1 view file →
20 // The linker's exact error output changes between Xcode versions, depends on
+ 2 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.