We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
query.rs
1 parent dc4f948 commit 0895fe2Copy full SHA for 0895fe2
compiler/rustc_middle/src/traits/query.rs
@@ -75,12 +75,6 @@ pub type CanonicalPredicateGoal<'tcx> =
75
pub type CanonicalTypeOpAscribeUserTypeGoal<'tcx> =
76
CanonicalQueryInput<'tcx, ty::ParamEnvAnd<'tcx, type_op::AscribeUserType<'tcx>>>;
77
78
-pub type CanonicalTypeOpEqGoal<'tcx> =
79
- CanonicalQueryInput<'tcx, ty::ParamEnvAnd<'tcx, type_op::Eq<'tcx>>>;
80
-
81
-pub type CanonicalTypeOpSubtypeGoal<'tcx> =
82
- CanonicalQueryInput<'tcx, ty::ParamEnvAnd<'tcx, type_op::Subtype<'tcx>>>;
83
84
pub type CanonicalTypeOpProvePredicateGoal<'tcx> =
85
CanonicalQueryInput<'tcx, ty::ParamEnvAnd<'tcx, type_op::ProvePredicate<'tcx>>>;
86
0 commit comments