mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
fix problem with specializing rigids
This commit is contained in:
parent
6aaba98d31
commit
f07fe1879b
5 changed files with 28 additions and 9 deletions
|
@ -1227,8 +1227,6 @@ fn instantiate_rigids_help(
|
|||
|
||||
if let Some(copy) = desc.copy.into_variable() {
|
||||
return copy;
|
||||
} else if desc.rank != Rank::NONE {
|
||||
return var;
|
||||
}
|
||||
|
||||
let make_descriptor = |content| Descriptor {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue