17 matches across 1 files for error lang:Rust path:compiler/rustc_ast_lowering/src/item.rs lang:Rust
snippet_mode: auto · sorted by relevance
compiler/rustc_ast_lowering/src/item.rs RUST 17 matches · showing 5 view file →
3use rustc_ast::*;
4use rustc_data_structures::fx::FxIndexMap;
5use rustc_errors::{E0570, ErrorGuaranteed, struct_span_code_err};
6use rustc_hir::attrs::{AttributeKind, EiiImplResolution};
7use rustc_hir::def::{DefKind, PerNS, Res};
· · ·
20use tracing::instrument;
21
22use super::errors::{InvalidAbi, InvalidAbiSuggestion, TupleStructWithDefault, UnionWithDefault};
23use super::stability::{enabled_names, gate_unstable_abi};
24use super::{
· · ·
192 EiiImplResolution::Macro(macro_did)
193 } else {
194 EiiImplResolution::Error(
195 self.dcx().span_delayed_bug(*span, "eii never resolved without errors given"),
196 )
· · ·
195 self.dcx().span_delayed_bug(*span, "eii never resolved without errors given"),
196 )
197 };
· · ·
635 let res = self.get_partial_res(id)?;
636 let Some(did) = res.expect_full_res().opt_def_id() else {
637 self.dcx().span_delayed_bug(path.span, "should have errored in resolve");
638 return None;
639 };
+ 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.