59,904 matches across 25 files for error
snippet_mode: summary · sorted by relevance
11▶use rustc_errors::codes::*;
+ 165 more matches in this file
4▶use rustc_errors::{Applicability, Diag, IntoDiagArg};
+ 20 more matches in this file
15▶use rustc_errors::codes::*;
+ 115 more matches in this file
8▶use rustc_errors::codes::*;
+ 191 more matches in this file
2▶// FIXME: we should move the field error reporting code somewhere else.
+ 180 more matches in this file
22▶use rustc_errors::codes::*;
+ 168 more matches in this file
9▶use rustc_errors::{Applicability, BufferedEarlyLint, Diagnostic};
+ 67 more matches in this file
6▶use rustc_errors::ErrorGuaranteed;
+ 71 more matches in this file
16▶use rustc_errors::codes::*;
+ 69 more matches in this file
7▶use rustc_errors::codes::*;
+ 126 more matches in this file
100▶ /// cycle errors, this can result in extra or suboptimal error output,
+ 84 more matches in this file
5▶use base_db::{Crate, target::TargetLoadError};
+ 122 more matches in this file
+ 65 more matches in this file
+ 122 more matches in this file
21▶use rustc_errors::{Applicability, Diag, PResult, StashKey, Subdiagnostic};
+ 67 more matches in this file
6▶use rustc_errors::codes::*;
+ 57 more matches in this file
8▶use rustc_errors::codes::*;
+ 100 more matches in this file
102▶pub type Result<T = (), E = HirDisplayError> = std::result::Result<T, E>;
+ 50 more matches in this file
5▶use std::fs::{self, DirBuilder, File, FileTimes, FileType, OpenOptions, TryLockError};
+ 99 more matches in this file
8▶use rustc_errors::codes::*;
+ 120 more matches in this file
40▶use rustc_errors::codes::*;
+ 103 more matches in this file
17▶ MirEvalError, MirSpan, Mutability, Result, Ty, TyKind, from_bytes, not_supported, pad16,
+ 92 more matches in this file
7▶use rustc_errors::formatting::DiagMessageAddArg;
+ 75 more matches in this file
+ 42 more matches in this file
+ 59 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 |