mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-12 23:06:18 +00:00
start resetref
This commit is contained in:
parent
61efec6fe2
commit
d4ed6f7778
13 changed files with 214 additions and 18 deletions
|
@ -464,6 +464,10 @@ impl<'a, 'r> Ctx<'a, 'r> {
|
|||
&Expr::Reset {
|
||||
symbol,
|
||||
update_mode: _,
|
||||
}
|
||||
| &Expr::ResetRef {
|
||||
symbol,
|
||||
update_mode: _,
|
||||
} => {
|
||||
self.check_sym_exists(symbol);
|
||||
None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue