mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Merge branch 'trunk' into dev-backend
This commit is contained in:
commit
427ff12950
44 changed files with 1743 additions and 1260 deletions
|
@ -404,7 +404,7 @@ where
|
|||
self.set_last_seen(*sym, stmt);
|
||||
}
|
||||
Stmt::Rethrow => {}
|
||||
Stmt::Inc(sym, following) => {
|
||||
Stmt::Inc(sym, _inc, following) => {
|
||||
self.set_last_seen(*sym, stmt);
|
||||
self.scan_ast(following);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue