load literals that are union args

This commit is contained in:
Brendan Hansknecht 2022-02-19 19:24:37 -08:00
parent 28ec18c564
commit c6f1edbf47
2 changed files with 7 additions and 6 deletions

View file

@ -335,6 +335,7 @@ trait Backend<'a> {
arguments,
..
} => {
self.load_literal_symbols(arguments);
self.tag(sym, &arguments, tag_layout, *tag_id);
}
x => todo!("the expression, {:?}", x),