mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
make dbg transparent to refcounting
This commit is contained in:
parent
1286878d39
commit
f76df8a356
10 changed files with 215 additions and 28 deletions
|
@ -305,6 +305,9 @@ impl<'a, 'r> Ctx<'a, 'r> {
|
|||
self.check_modify_rc(rc);
|
||||
self.check_stmt(rest);
|
||||
}
|
||||
&Stmt::Dbg { remainder, .. } => {
|
||||
self.check_stmt(remainder);
|
||||
}
|
||||
&Stmt::Expect {
|
||||
condition,
|
||||
region: _,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue