mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
print all the relevant info
This commit is contained in:
parent
e7f3c6f281
commit
e44a8a9eed
17 changed files with 308 additions and 12 deletions
|
@ -6551,9 +6551,9 @@ pub fn from_can<'a>(
|
|||
loc_condition,
|
||||
loc_continuation,
|
||||
variable,
|
||||
symbol: dbg_symbol,
|
||||
} => {
|
||||
let rest = from_can(env, variable, loc_continuation.value, procs, layout_cache);
|
||||
let dbg_symbol = env.unique_symbol();
|
||||
|
||||
let call = crate::ir::Call {
|
||||
call_type: CallType::LowLevel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue