set up GetTagId

This commit is contained in:
Eric Correia 2021-06-20 10:54:53 -04:00
parent f08c764cad
commit 342d1f34c2
6 changed files with 136 additions and 5 deletions

View file

@ -934,6 +934,7 @@ fn expr_spec(
builder.add_terminate(block, type_id)
}
GetTagId { .. } => builder.add_make_tuple(block, &[]),
}
}