1
Fork 0

Avoid a clone of output_filenames.

This commit is contained in:
Camille GILLOT 2021-05-11 15:03:53 +02:00
parent 7f9ab0300c
commit ba0ac88cd5
2 changed files with 3 additions and 3 deletions

View file

@ -799,7 +799,7 @@ pub fn create_global_ctxt<'tcx>(
query_result_on_disk_cache,
queries.as_dyn(),
&crate_name,
&outputs,
outputs,
)
})
});