We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135db79 commit fba5d3dCopy full SHA for fba5d3d
compiler/rustc_trait_selection/src/solve/fulfill.rs
@@ -149,6 +149,6 @@ impl<'tcx> TraitEngine<'tcx> for FulfillmentCtxt<'tcx> {
149
&mut self,
150
_: &InferCtxt<'tcx>,
151
) -> Vec<PredicateObligation<'tcx>> {
152
- unimplemented!()
+ std::mem::take(&mut self.obligations)
153
}
154
0 commit comments