mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
fix other test failures
This commit is contained in:
parent
706a2f3986
commit
6e7ec8cd2c
4 changed files with 13 additions and 13 deletions
|
@ -1434,7 +1434,7 @@ fn constrain_var(
|
|||
]),
|
||||
)
|
||||
}
|
||||
Some(Simple(Unique)) => {
|
||||
Some(Simple(Unique)) | Some(Simple(Seen)) => {
|
||||
// no additional constraints, keep uniqueness unbound
|
||||
Lookup(symbol_for_lookup, expected, region)
|
||||
}
|
||||
|
@ -1457,8 +1457,6 @@ fn constrain_var(
|
|||
]),
|
||||
)
|
||||
}
|
||||
|
||||
Some(other) => panic!("some other rc value: {:?}", other),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue