drop_tracking_mir: support new solver.
This commit is contained in:
parent
135db79bc8
commit
fba5d3dd03
1 changed files with 1 additions and 1 deletions
|
@ -149,6 +149,6 @@ impl<'tcx> TraitEngine<'tcx> for FulfillmentCtxt<'tcx> {
|
||||||
&mut self,
|
&mut self,
|
||||||
_: &InferCtxt<'tcx>,
|
_: &InferCtxt<'tcx>,
|
||||||
) -> Vec<PredicateObligation<'tcx>> {
|
) -> Vec<PredicateObligation<'tcx>> {
|
||||||
unimplemented!()
|
std::mem::take(&mut self.obligations)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue