372 matches across 25 files for error lang:
snippet_mode: summary · sorted by relevance
95▶ ($lang:ident, $kind:ident) => {
+ 86 more matches in this 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
598▶ "" | "'" => LifetimeRef::Error,
+ 31 more matches in this file
391▶ builder.cc_unhandled_cflags(target, GitRepo::Rustc, CLang::C).join(" ");
+ 9 more matches in this file
119▶ pub rustc_error_format: Option<String>,
+ 29 more matches in this file
462▶ // to indicate an error.
+ 12 more matches in this file
45▶/// * The error itself
+ 3 more matches in this file
462▶ let src = compiler_file(builder, &builder.cc(target), target, CLang::C, obj);
+ 11 more matches in this file
+ 15 more matches in this file
201▶ // AArch64 GCCs exit with an error condition when they encounter any kind of floating point
+ 3 more matches in this file
8▶use rustc_errors::Applicability;
+ 12 more matches in this file
105▶ return this.set_last_error_and_return(LibcError("EINVAL"), dest);
+ 6 more matches in this file
116▶ let mut cflags = build.cc_handled_clags(target, CLang::C);
+ 4 more matches in this file
26▶ ($($name:ident, $path:expr, $book_name:expr, $lang:expr ;)+) => {
+ 10 more matches in this file
51▶ TargetDataLayoutError,
+ 30 more matches in this file
30▶ configureLang: vscode.Disposable | undefined;
+ 2 more matches in this file
6▶use mdbook_driver::errors::Result as Result3;
+ 7 more matches in this file
282▶ // FIXME: Emit an error.
+ 1 more matches in this file
+ 3 more matches in this file
39▶ clang: Option<bool> = "clang",
+ 1 more matches in this file
+ 11 more matches in this file
9▶pub use fluent_bundle::{self, FluentArgs, FluentError, FluentValue};
+ 5 more matches in this file
278▶ "ERROR: running cargotest with stage 0 is currently unsupported. Use at least stage 1."
+ 24 more matches in this file
3▶use crate::extra_checks::{ExtraCheckArg, ExtraCheckKind, ExtraCheckLang, ExtraCheckParseError};
+ 15 more matches in this file
20▶ // The linker's exact error output changes between Xcode versions, depends on
+ 2 more matches in this file
Search syntax
auth login | both terms (AND is implicit) |
auth OR login | either term |
NOT path:vendor | exclude matches |
"exact phrase" | quoted exact match |
/func\s+Test/ | regex |
handler~1 | fuzzy (Levenshtein 1) |
file:*_test.go | filename glob |
path:pkg/auth/** | full path glob |
lang:go | language filter |