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 8e68090 commit 81ee6aeCopy full SHA for 81ee6ae
compiler/rustc_hir_typeck/src/fallback.rs
@@ -281,7 +281,6 @@ impl<'tcx> FnCtxt<'_, 'tcx> {
281
roots_reachable_from_non_diverging,
282
);
283
284
- debug!("inherited: {:#?}", self.inh.fulfillment_cx.borrow_mut().pending_obligations());
285
debug!("obligations: {:#?}", self.fulfillment_cx.borrow_mut().pending_obligations());
286
debug!("relationships: {:#?}", relationships);
287
0 commit comments