mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
fix llvm build
This commit is contained in:
parent
5a6bd1e187
commit
ca24f1cd38
2 changed files with 110 additions and 111 deletions
|
@ -866,8 +866,7 @@ impl<'a> Call<'a> {
|
|||
.append(alloc.intersperse(it, " "))
|
||||
}
|
||||
Foreign {
|
||||
foreign_symbol: ref foreign_symbol,
|
||||
..
|
||||
ref foreign_symbol, ..
|
||||
} => {
|
||||
let it = arguments.iter().map(|s| symbol_to_doc(alloc, *s));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue