Updated cranelift codegen to reflect modified trait signature
This commit is contained in:
parent
17412bae30
commit
204e2bf5a4
3 changed files with 6 additions and 6 deletions
|
@ -54,8 +54,8 @@ impl OngoingCodegen {
|
|||
self,
|
||||
sess: &Session,
|
||||
backend_config: &BackendConfig,
|
||||
) -> (CodegenResults, FxHashMap<WorkProductId, WorkProduct>) {
|
||||
let mut work_products = FxHashMap::default();
|
||||
) -> (CodegenResults, FxIndexMap<WorkProductId, WorkProduct>) {
|
||||
let mut work_products = FxIndexMap::default();
|
||||
let mut modules = vec![];
|
||||
|
||||
for module_codegen in self.modules {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue