Searched defs:TypeOpOutput (Results 1 – 3 of 3) sorted by relevance
| /third_party/rust/rust/compiler/rustc_trait_selection/src/traits/query/type_op/ |
| D | mod.rs | 46 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/ |
| D | free_region_relations.rs | 243 let TypeOpOutput { output: norm_ty, constraints: constraints_normalize, .. } = self in create() localVariable 317 let TypeOpOutput { output: bounds, constraints, .. } = self in add_implied_bounds() localVariable
|
| D | canonical.rs | 40 let TypeOpOutput { output, constraints, error_info } = in fully_perform_op() localVariable
|