mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
rename Rethrow -> Resume
This commit is contained in:
parent
4eacbf5794
commit
03cc96f4ed
8 changed files with 20 additions and 18 deletions
|
@ -510,7 +510,7 @@ where
|
|||
Stmt::Ret(sym) => {
|
||||
self.set_last_seen(*sym, stmt);
|
||||
}
|
||||
Stmt::Rethrow(_exception_id) => {}
|
||||
Stmt::Resume(_exception_id) => {}
|
||||
Stmt::Refcounting(modify, following) => {
|
||||
let sym = modify.get_symbol();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue