Skip to content

Commit 0895fe2

Browse files
committed
Remove unused items from query.rs.
1 parent dc4f948 commit 0895fe2

File tree

1 file changed

+0
-6
lines changed
  • compiler/rustc_middle/src/traits

1 file changed

+0
-6
lines changed

compiler/rustc_middle/src/traits/query.rs

-6
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,6 @@ pub type CanonicalPredicateGoal<'tcx> =
7575
pub type CanonicalTypeOpAscribeUserTypeGoal<'tcx> =
7676
CanonicalQueryInput<'tcx, ty::ParamEnvAnd<'tcx, type_op::AscribeUserType<'tcx>>>;
7777

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-
8478
pub type CanonicalTypeOpProvePredicateGoal<'tcx> =
8579
CanonicalQueryInput<'tcx, ty::ParamEnvAnd<'tcx, type_op::ProvePredicate<'tcx>>>;
8680

0 commit comments

Comments
 (0)