rename Rethrow -> Resume

This commit is contained in:
Folkert 2021-05-30 14:44:46 +02:00
parent 4eacbf5794
commit 03cc96f4ed
8 changed files with 20 additions and 18 deletions

View file

@ -209,7 +209,7 @@ fn stmt_spec(
let jpid = env.join_points[id];
builder.add_jump(block, jpid, argument, ret_type_id)
}
Rethrow(_) | RuntimeError(_) => {
Resume(_) | RuntimeError(_) => {
let type_id = layout_spec(builder, layout)?;
builder.add_terminate(block, type_id)