76,653 matches across 25 files for error lang:Rust lang:Rust
snippet_mode: summary · sorted by relevance
11▶use rustc_errors::codes::*;
+ 154 more matches in this file
23▶use rustc_errors::{Applicability, Diag, PResult, StashKey, Subdiagnostic};
+ 184 more matches in this file
4▶use rustc_errors::{Diag, IntoDiagArg};
+ 20 more matches in this file
7▶use rustc_errors::codes::*;
+ 178 more matches in this file
2▶// FIXME: we should move the field error reporting code somewhere else.
+ 182 more matches in this file
14▶use rustc_errors::codes::*;
+ 123 more matches in this file
11▶use rustc_errors::codes::*;
+ 97 more matches in this file
22▶use rustc_errors::codes::*;
+ 175 more matches in this file
30▶use rustc_errors::{DiagCtxtHandle, Diagnostic, LintBuffer};
+ 118 more matches in this file
11▶use rustc_errors::codes::*;
+ 107 more matches in this file
6▶use rustc_errors::ErrorGuaranteed;
+ 76 more matches in this file
83▶ finish: DynMachineCallback<'tcx, Result<usize, IoError>>,
+ 103 more matches in this file
7▶use rustc_errors::codes::*;
+ 134 more matches in this file
16▶use rustc_errors::{DiagCtxtHandle, IntoDiagArg, MultiSpan, msg};
+ 96 more matches in this file
6▶ self, DirBuilder, File, FileType, OpenOptions, TryLockError, read_dir, remove_dir, remove_file,
+ 95 more matches in this file
17▶ IntervalAndTy, IntervalOrOwned, ItemContainerId, Layout, Locals, Lookup, MirEvalError,
+ 83 more matches in this file
5▶use base_db::{Crate, target::TargetLoadError};
+ 121 more matches in this file
8▶use rustc_errors::codes::*;
+ 118 more matches in this file
16▶use rustc_errors::annotate_snippet_emitter_writer::AnnotateSnippetEmitter;
+ 87 more matches in this file
6▶use crate::fs::TryLockError;
+ 90 more matches in this file
65▶use rustc_session::config::{CrateType, ErrorOutputType, OptLevel};
+ 46 more matches in this file
+ 97 more matches in this file
7▶use rustc_errors::formatting::DiagMessageAddArg;
+ 75 more matches in this file
6▶use rustc_errors::codes::*;
+ 72 more matches in this file
8▶use rustc_errors::codes::*;
+ 114 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 |