Home
last modified time | relevance | path

Searched defs:trait_segment (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_hir_analysis/src/astconv/
Dmod.rs779 let trait_segment = trait_ref.path.segments.last().unwrap(); in instantiate_poly_trait_ref() localVariable
819 let trait_segment = &hir::PathSegment::invalid(); in instantiate_lang_item_trait_ref() localVariable
/third_party/rust/rust/compiler/rustc_ast_passes/src/
Derrors.rs631 pub trait_segment: Ident, field