mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
rename Rethrow -> Resume
This commit is contained in:
parent
4eacbf5794
commit
03cc96f4ed
8 changed files with 20 additions and 18 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue