Skip to content

Commit fba5d3d

Browse files
committed
drop_tracking_mir: support new solver.
1 parent 135db79 commit fba5d3d

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_trait_selection/src/solve

1 file changed

+1
-1
lines changed

compiler/rustc_trait_selection/src/solve/fulfill.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,6 @@ impl<'tcx> TraitEngine<'tcx> for FulfillmentCtxt<'tcx> {
149149
&mut self,
150150
_: &InferCtxt<'tcx>,
151151
) -> Vec<PredicateObligation<'tcx>> {
152-
unimplemented!()
152+
std::mem::take(&mut self.obligations)
153153
}
154154
}

0 commit comments

Comments
 (0)