mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Have mono::expr::Env use IdentIds::gen_unique
This commit is contained in:
parent
4b284fdca0
commit
2904f29c36
2 changed files with 17 additions and 20 deletions
|
@ -1121,7 +1121,7 @@ fn decide_to_branching<'a>(
|
|||
|
||||
let condition = boolean_all(env.arena, tests);
|
||||
|
||||
let branch_symbol = env.fresh_symbol();
|
||||
let branch_symbol = env.unique_symbol();
|
||||
let stores = [(branch_symbol, Layout::Builtin(Builtin::Bool), condition)];
|
||||
|
||||
let cond_layout = Layout::Builtin(Builtin::Bool);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue