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 3c232fe commit ce677c7Copy full SHA for ce677c7
compiler/rustc_mir_transform/src/patch.rs
@@ -23,6 +23,8 @@ pub(crate) struct MirPatch<'tcx> {
23
terminate_block: Option<(BasicBlock, UnwindTerminateReason)>,
24
body_span: Span,
25
next_local: usize,
26
+ /// The number of blocks at the start of the transformation. New blocks
27
+ /// get appended at the end.
28
next_block: usize,
29
}
30
0 commit comments