17 matches across 1 files for error lang:Rust path:compiler/rustc_ast_lowering/src/item.rs
snippet_mode: auto · sorted by relevance
compiler/rustc_ast_lowering/src/item.rs RUST 17 matches · showing 5 view file →
2use rustc_ast::visit::AssocCtxt;
3use rustc_ast::*;
4use rustc_errors::{E0570, ErrorGuaranteed, struct_span_code_err};
5use rustc_hir::attrs::{AttributeKind, EiiImplResolution};
6use rustc_hir::def::{DefKind, PerNS, Res};
· · ·
152 EiiImplResolution::Macro(macro_did)
153 } else {
154 EiiImplResolution::Error(
155 self.dcx().span_delayed_bug(*span, "eii never resolved without errors given"),
156 )
· · ·
155 self.dcx().span_delayed_bug(*span, "eii never resolved without errors given"),
156 )
157 };
· · ·
586 let res = self.get_partial_res(id)?;
587 let Some(did) = res.expect_full_res().opt_def_id() else {
588 self.dcx().span_delayed_bug(path.span, "should have errored in resolve");
589 return None;
590 };
· · ·
639 }
640 Res::Err => {
641 // Propagate the error to all namespaces, just to be sure.
642 let err = Some(Res::Err);
643 PerNS { type_ns: err, value_ns: err, macro_ns: err }
+ 12 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.