We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d38181 commit c7bad7bCopy full SHA for c7bad7b
compiler/rustc_mir/src/transform/simplify.rs
@@ -61,7 +61,7 @@ impl<'tcx> MirPass<'tcx> for SimplifyCfg {
61
}
62
63
fn run_pass(&self, _tcx: TyCtxt<'tcx>, body: &mut Body<'tcx>) {
64
- debug!("SimplifyCfg({:?}) - simplifying {:?}", self.label, body);
+ debug!("SimplifyCfg({:?}) - simplifying {:?}", self.label, body.source);
65
simplify_cfg(body);
66
67
0 commit comments