drop_tracking_mir: support new solver.
This commit is contained in:
@@ -149,6 +149,6 @@ impl<'tcx> TraitEngine<'tcx> for FulfillmentCtxt<'tcx> {
|
||||
&mut self,
|
||||
_: &InferCtxt<'tcx>,
|
||||
) -> Vec<PredicateObligation<'tcx>> {
|
||||
unimplemented!()
|
||||
std::mem::take(&mut self.obligations)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user