Merge branch 'trunk' into dev-backend

This commit is contained in:
Richard Feldman 2021-01-25 00:56:14 -05:00 committed by GitHub
commit 427ff12950
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 1743 additions and 1260 deletions

View file

@ -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);
}