Make things work by using the new solver
This commit is contained in:
parent
7f3c2c7e2c
commit
8597bf1df7
9 changed files with 22 additions and 18 deletions
|
@ -37,6 +37,8 @@ pub(super) trait GoalKind<'tcx>:
|
|||
|
||||
fn trait_ref(self, tcx: TyCtxt<'tcx>) -> ty::TraitRef<'tcx>;
|
||||
|
||||
fn polarity(self) -> ty::ImplPolarity;
|
||||
|
||||
fn with_self_ty(self, tcx: TyCtxt<'tcx>, self_ty: Ty<'tcx>) -> Self;
|
||||
|
||||
fn trait_def_id(self, tcx: TyCtxt<'tcx>) -> DefId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue