Skip to content

Commit 2feed62

Browse files
committed
Handle rustc_interface cases of rustc::potential_query_instability lint
1 parent d30c392 commit 2feed62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_interface/src/passes.rs

-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,6 @@ fn write_out_deps(tcx: TyCtxt<'_>, outputs: &OutputFilenames, out_filenames: &[P
470470
})
471471
}
472472

473-
#[allow(rustc::potential_query_instability)]
474473
let extra_tracked_files = hash_iter_files(
475474
file_depinfo.iter().map(|path_sym| normalize_path(PathBuf::from(path_sym.as_str()))),
476475
checksum_hash_algo,

0 commit comments

Comments
 (0)