fix llvm build

This commit is contained in:
Folkert 2021-01-01 16:28:35 +01:00
parent 5a6bd1e187
commit ca24f1cd38
2 changed files with 110 additions and 111 deletions

View file

@ -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));