173,025 matches across 25 files for error
snippet_mode: summary · sorted by relevance
11▶use rustc_errors::codes::*;
+ 151 more matches in this file
23▶use rustc_errors::{Applicability, Diag, PResult, StashKey, Subdiagnostic};
+ 186 more matches in this file
4▶use rustc_errors::{Diag, IntoDiagArg};
+ 19 more matches in this file
7▶use rustc_errors::codes::*;
+ 173 more matches in this file
2▶// FIXME: we should move the field error reporting code somewhere else.
+ 180 more matches in this file
9▶use rustc_errors::{Applicability, BufferedEarlyLint, Diagnostic};
+ 69 more matches in this file
49▶ /// The SO_ERROR socket option has been set after calling
+ 117 more matches in this file
16▶ IntervalAndTy, IntervalOrOwned, ItemContainerId, Layout, Locals, Lookup, MirEvalError,
+ 83 more matches in this file
11▶use rustc_errors::codes::*;
+ 111 more matches in this file
6▶use crate::fs::TryLockError;
+ 90 more matches in this file
6▶use rustc_errors::ErrorGuaranteed;
+ 71 more matches in this file
5▶use base_db::{Crate, target::TargetLoadError};
+ 122 more matches in this file
14▶use rustc_errors::annotate_snippet_emitter_writer::AnnotateSnippetEmitter;
+ 87 more matches in this file
7▶use rustc_errors::codes::*;
+ 127 more matches in this file
61▶use rustc_session::config::{CrateType, ErrorOutputType, OptLevel};
+ 47 more matches in this file
5▶use std::fs::{self, DirBuilder, File, FileType, OpenOptions, TryLockError};
+ 91 more matches in this file
22▶use rustc_errors::codes::*;
+ 158 more matches in this file
7▶use rustc_errors::{ErrorGuaranteed, MultiSpan};
+ 85 more matches in this file
7▶use rustc_errors::formatting::DiagMessageAddArg;
+ 75 more matches in this file
8▶use rustc_errors::codes::*;
+ 105 more matches in this file
8▶use rustc_errors::codes::*;
+ 113 more matches in this file
+ 81 more matches in this file
114▶function checkNeededFields(fullPath, expected, error_text, queryName, position) {
+ 45 more matches in this file
32▶use rustc_errors::codes::*;
+ 101 more matches in this file
40▶use rustc_errors::codes::*;
+ 99 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 |