Handle rustc_interface cases of rustc::potential_query_instability lint

This commit is contained in:
ismailarilik 2024-10-05 10:01:27 +03:00
parent d30c3924a4
commit 2feed62796

View File

@ -470,7 +470,6 @@ fn write_out_deps(tcx: TyCtxt<'_>, outputs: &OutputFilenames, out_filenames: &[P
}) })
} }
#[allow(rustc::potential_query_instability)]
let extra_tracked_files = hash_iter_files( let extra_tracked_files = hash_iter_files(
file_depinfo.iter().map(|path_sym| normalize_path(PathBuf::from(path_sym.as_str()))), file_depinfo.iter().map(|path_sym| normalize_path(PathBuf::from(path_sym.as_str()))),
checksum_hash_algo, checksum_hash_algo,