mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
load literals that are union args
This commit is contained in:
parent
28ec18c564
commit
c6f1edbf47
2 changed files with 7 additions and 6 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue