another waypoint

This commit is contained in:
Folkert 2021-11-06 19:27:16 +01:00
parent 5cd232816b
commit bd0f02c542
5 changed files with 84 additions and 61 deletions

View file

@ -90,7 +90,7 @@ pub fn basic_type_from_layout_1<'a, 'ctx, 'env>(
Union(union_layout) => {
use UnionLayout::*;
let tag_id_type = basic_type_from_layout_1(env, &union_layout.tag_id_layout());
let tag_id_type = basic_type_from_layout(env, &union_layout.tag_id_layout());
match union_layout {
NonRecursive(tags) => {