mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
one more shrinkage
This commit is contained in:
parent
892447b08c
commit
54198d7da1
8 changed files with 18 additions and 16 deletions
|
@ -1235,7 +1235,7 @@ fn layout_from_flat_type<'a>(
|
|||
debug_assert!(ext_var_is_empty_tag_union(subs, ext_var));
|
||||
|
||||
let mut tags = MutMap::default();
|
||||
tags.insert(tag_name, vec![]);
|
||||
tags.insert(*tag_name, vec![]);
|
||||
|
||||
Ok(layout_from_tag_union(arena, tags, subs))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue