mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
update reporting; suggestions now have Box in scope
This commit is contained in:
parent
59378d35c6
commit
768703c5df
2 changed files with 19 additions and 24 deletions
|
@ -1380,11 +1380,6 @@ fn build_box_eq_help<'a, 'ctx, 'env>(
|
|||
env.builder
|
||||
.build_return(Some(&env.context.bool_type().const_all_ones()));
|
||||
|
||||
let return_false = ctx.append_basic_block(parent, "return_false");
|
||||
env.builder.position_at_end(return_false);
|
||||
env.builder
|
||||
.build_return(Some(&env.context.bool_type().const_zero()));
|
||||
|
||||
let entry = ctx.append_basic_block(parent, "entry");
|
||||
env.builder.position_at_end(entry);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue