rename StackPopClean::None to Root

This commit is contained in:
Ralf Jung
2022-01-03 23:07:07 +01:00
parent ddabe0775c
commit d60018b44b
3 changed files with 14 additions and 8 deletions

View File

@@ -63,7 +63,7 @@ fn eval_body_using_ecx<'mir, 'tcx>(
cid.instance,
body,
Some(&ret.into()),
StackPopCleanup::None { cleanup: false },
StackPopCleanup::Root { cleanup: false },
)?;
// The main interpreter loop.