mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Revert "thread alias analysis solutions"
This reverts commit b75c40e65b
.
This commit is contained in:
parent
b75c40e65b
commit
25c9089334
4 changed files with 1 additions and 22 deletions
|
@ -2085,7 +2085,7 @@ fn update<'a>(
|
|||
&mut state.procedures,
|
||||
);
|
||||
|
||||
if true {
|
||||
if false {
|
||||
let it = state.procedures.iter().map(|x| x.1);
|
||||
|
||||
match roc_mono::alias_analysis::spec_program(it) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue