Add a TODO referring to a feature request on Rayon.

This commit is contained in:
Nick Lewycky
2021-01-21 22:14:04 -08:00
parent a1043b76dc
commit 184edbe7e4

View File

@ -85,6 +85,8 @@ impl LLVMCompiler {
let target_machine = self.config().target_machine(target); let target_machine = self.config().target_machine(target);
let ctx = Context::create(); let ctx = Context::create();
// TODO: https:/github.com/rayon-rs/rayon/issues/822
let merged_bitcode = function_body_inputs let merged_bitcode = function_body_inputs
.into_iter() .into_iter()
.collect::<Vec<_>>() .collect::<Vec<_>>()