Make hash_result an Option.
This commit is contained in:
parent
e53404cca6
commit
aa404c24dd
7 changed files with 39 additions and 41 deletions
|
@ -224,7 +224,7 @@ pub(crate) fn run_aot(
|
|||
tcx,
|
||||
(backend_config.clone(), cgu.name()),
|
||||
module_codegen,
|
||||
rustc_middle::dep_graph::hash_result,
|
||||
Some(rustc_middle::dep_graph::hash_result),
|
||||
);
|
||||
|
||||
if let Some((id, product)) = work_product {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue