mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
drop_tracking_mir: support new solver.
This commit is contained in:
@@ -149,6 +149,6 @@ fn drain_unstalled_obligations(
|
||||
&mut self,
|
||||
_: &InferCtxt<'tcx>,
|
||||
) -> Vec<PredicateObligation<'tcx>> {
|
||||
unimplemented!()
|
||||
std::mem::take(&mut self.obligations)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user