rename StackPopClean::None to Root
This commit is contained in:
parent
ddabe0775c
commit
d60018b44b
3 changed files with 14 additions and 8 deletions
|
@ -406,7 +406,7 @@ impl<'mir, 'tcx> ConstPropagator<'mir, 'tcx> {
|
|||
Instance::new(def_id, substs),
|
||||
dummy_body,
|
||||
ret.as_ref(),
|
||||
StackPopCleanup::None { cleanup: false },
|
||||
StackPopCleanup::Root { cleanup: false },
|
||||
)
|
||||
.expect("failed to push initial stack frame");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue