Home
last modified time | relevance | path

Searched defs:item_segment (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_hir_analysis/src/astconv/
Dbounds.rs433 let item_segment = hir::PathSegment { in add_predicates_for_ast_type_binding() localVariable
Dmod.rs2134 let item_segment = path.segments.split_last().unwrap(); in res_to_ty() localVariable
/third_party/rust/rust/compiler/rustc_hir_pretty/src/
Dlib.rs1651 let item_segment = path.segments.last().unwrap(); in print_qpath() localVariable