make dbg transparent to refcounting

This commit is contained in:
Folkert 2022-12-22 00:47:43 +01:00
parent 1286878d39
commit f76df8a356
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
10 changed files with 215 additions and 28 deletions

View file

@ -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: _,