Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/query/type_op/
Dmod.rs46 pub struct TypeOpOutput<'tcx, Op: TypeOp<'tcx>> { struct
48 pub output: Op::Output,
50 pub constraints: Option<&'tcx QueryRegionConstraints<'tcx>>,
52 pub error_info: Option<Op::ErrorInfo>,
/third_party/rust/rust/compiler/rustc_borrowck/src/type_check/
Dfree_region_relations.rs243 let TypeOpOutput { output: norm_ty, constraints: constraints_normalize, .. } = self in create() localVariable
317 let TypeOpOutput { output: bounds, constraints, .. } = self in add_implied_bounds() localVariable
Dcanonical.rs40 let TypeOpOutput { output, constraints, error_info } = in fully_perform_op() localVariable