mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
fix shadowing of layout
This commit is contained in:
parent
97954f3857
commit
19db7515da
3 changed files with 21 additions and 7 deletions
|
@ -3161,7 +3161,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) {
|
||||
Err(e) => panic!("Error in alias analysis: {:?}", e),
|
||||
Err(e) => panic!("Error in alias analysis: {}", e),
|
||||
Ok(solutions) => solutions,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue