Revert "Drop unused parameter"

This reverts commit d925e43465.
This commit is contained in:
Richard Feldman 2022-11-24 04:20:17 -05:00
parent 3ec21109d7
commit c86e3f4677
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B

View file

@ -203,6 +203,7 @@ pub fn build_file<'a>(
linking_strategy,
host_input_path.clone(),
preprocessed_host_path.clone(),
binary_path.clone(),
target,
exposed_values,
exposed_closure_types,
@ -429,6 +430,7 @@ fn spawn_rebuild_thread(
linking_strategy: LinkingStrategy,
host_input_path: PathBuf,
preprocessed_host_path: PathBuf,
binary_path: PathBuf,
target: &Triple,
exported_symbols: Vec<String>,
exported_closure_types: Vec<String>,