Skip to content

Commit 7879119

Browse files
committed
Make hash_result an Option.
1 parent 44cce7a commit 7879119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/driver/aot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ pub(crate) fn run_aot(
224224
tcx,
225225
(backend_config.clone(), cgu.name()),
226226
module_codegen,
227-
rustc_middle::dep_graph::hash_result,
227+
Some(rustc_middle::dep_graph::hash_result),
228228
);
229229

230230
if let Some((id, product)) = work_product {

0 commit comments

Comments
 (0)