Home
last modified time | relevance | path

Searched refs:superbounds1 (Results 1 – 1 of 1) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/
H A Dcollect.rs1132 let superbounds1 = if let Some(assoc_name) = assoc_name { in super_predicates_that_define_assoc_type() localVariable
1143 let superbounds1 = superbounds1.predicates(tcx, self_param_ty); in super_predicates_that_define_assoc_type() localVariable
1160 let superbounds = &*tcx.arena.alloc_from_iter(superbounds1.into_iter().chain(superbounds2)); in super_predicates_that_define_assoc_type()