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 a2d9687 commit fdeaf24Copy full SHA for fdeaf24
compiler/rustc_borrowck/src/renumber.rs
@@ -21,10 +21,10 @@ pub(crate) fn renumber_mir<'tcx>(
21
let mut renumberer = RegionRenumberer { infcx };
22
23
for body in promoted.iter_mut() {
24
- renumberer.visit_body(body);
+ renumberer.visit_body_preserves_cfg(body);
25
}
26
27
28
29
30
// The fields are used only for debugging output in `sccs_info`.
0 commit comments