mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
misc cleanup
This commit is contained in:
parent
3bada97067
commit
beeff5ca72
4 changed files with 18 additions and 14 deletions
|
@ -336,7 +336,7 @@ trait Backend<'a> {
|
|||
..
|
||||
} => {
|
||||
self.load_literal_symbols(arguments);
|
||||
self.tag(sym, &arguments, tag_layout, *tag_id);
|
||||
self.tag(sym, arguments, tag_layout, *tag_id);
|
||||
}
|
||||
x => todo!("the expression, {:?}", x),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue