mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-26 20:21:59 +00:00
Update compiler/rustc_mir_transform/src/patch.rs
Co-authored-by: lcnr <rust@lcnr.de>
This commit is contained in:
parent
3c232fe38f
commit
ce677c7db8
@ -23,6 +23,8 @@ pub(crate) struct MirPatch<'tcx> {
|
||||
terminate_block: Option<(BasicBlock, UnwindTerminateReason)>,
|
||||
body_span: Span,
|
||||
next_local: usize,
|
||||
/// The number of blocks at the start of the transformation. New blocks
|
||||
/// get appended at the end.
|
||||
next_block: usize,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user