mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
update some logic and comments
This commit is contained in:
parent
b29e612a4d
commit
0308e02ba9
3 changed files with 8 additions and 3 deletions
|
|
@ -7583,7 +7583,7 @@ fn substitute_in_expr<'a>(
|
|||
NullPointer => None,
|
||||
|
||||
Reset { .. } | ResetRef { .. } => {
|
||||
unreachable!("reset/resetref/reuse have not been introduced yet")
|
||||
unreachable!("reset(ref) has not been introduced yet")
|
||||
}
|
||||
|
||||
Struct(args) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue