mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
speedups
This commit is contained in:
parent
44b8b1ca4c
commit
d561f2661d
4 changed files with 52 additions and 47 deletions
|
@ -3852,7 +3852,7 @@ fn build_procedures_help<'a, 'ctx, 'env>(
|
|||
|
||||
let it = procedures.iter().map(|x| x.1);
|
||||
|
||||
let solutions = match roc_mono::alias_analysis::spec_program(entry_point, it) {
|
||||
let solutions = match roc_mono::alias_analysis::spec_program(opt_level, entry_point, it) {
|
||||
Err(e) => panic!("Error in alias analysis: {}", e),
|
||||
Ok(solutions) => solutions,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue