mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
parent
b3c598fcf6
commit
c91b82198d
3 changed files with 21 additions and 2 deletions
|
@ -6891,7 +6891,7 @@ pub fn from_can<'a>(
|
|||
Dbg {
|
||||
loc_condition,
|
||||
loc_continuation,
|
||||
variable,
|
||||
variable: cond_variable,
|
||||
symbol: dbg_symbol,
|
||||
} => {
|
||||
let rest = from_can(env, variable, loc_continuation.value, procs, layout_cache);
|
||||
|
@ -6902,7 +6902,7 @@ pub fn from_can<'a>(
|
|||
layout_cache,
|
||||
dbg_symbol,
|
||||
*loc_condition,
|
||||
variable,
|
||||
cond_variable,
|
||||
rest,
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue