Home
last modified time | relevance | path

Searched defs:ast_generics (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/compiler/rustc_hir_analysis/src/collect/
Dpredicates_of.rs141 let ast_generics = match node { in gather_explicit_predicates_of() localVariable
750 let ast_generics = match tcx.hir().get(item_hir_id) { in type_param_predicates() localVariable
Dgenerics_of.rs185 let ast_generics = node.generics().unwrap_or(&no_generics); in generics_of() localVariable
/third_party/rust/rust/compiler/rustc_hir_typeck/src/method/
Dsuggest.rs2653 let ast_generics = hir.get_generics(id.owner.def_id).unwrap(); in suggest_traits_to_import() localVariable
/third_party/rust/rust/compiler/rustc_infer/src/infer/error_reporting/
Dmod.rs2268 let mut ast_generics = None; in construct_generic_bound_failure() localVariable