mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
fix test outputs
in some cases for aliases the outputs are not entirely correct yet. That's future work
This commit is contained in:
parent
79f01e0604
commit
41621bc509
8 changed files with 84 additions and 126 deletions
|
@ -1273,7 +1273,6 @@ fn deep_copy_var_help(
|
|||
}
|
||||
|
||||
fn register(subs: &mut Subs, rank: Rank, pools: &mut Pools, content: Content) -> Variable {
|
||||
let c = content.clone();
|
||||
let var = subs.fresh(Descriptor {
|
||||
content,
|
||||
rank,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue