mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
Fix an error message
This commit is contained in:
parent
27c19ad868
commit
c5fbb05ce9
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ pub fn union_sorted_tags<'a>(
|
||||||
Ok(()) | Err((_, Content::FlexVar(_))) => {
|
Ok(()) | Err((_, Content::FlexVar(_))) => {
|
||||||
union_sorted_tags_help(arena, tags_vec, subs, pointer_size)
|
union_sorted_tags_help(arena, tags_vec, subs, pointer_size)
|
||||||
}
|
}
|
||||||
Err(other) => panic!("invalid content in record variable: {:?}", other),
|
Err(other) => panic!("invalid content in tag union variable: {:?}", other),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue