Preserve most sub-obligations in the projection cache

This commit is contained in:
Aaron Hill 2021-05-31 13:22:40 -05:00
parent 64929313f5
commit f2d9ee9c34
No known key found for this signature in database
GPG key ID: B4087E510E98B164
6 changed files with 41 additions and 82 deletions

View file

@ -682,7 +682,7 @@ impl<'cx, 'tcx> SelectionContext<'cx, 'tcx> {
}
});
debug!(?result);
debug!("finished: {:?} from {:?}", result, obligation);
result
}