Skip to content

Commit

Permalink
Handle rustc_interface cases of `rustc::potential_query_instability…
Browse files Browse the repository at this point in the history
…` lint
  • Loading branch information
ismailarilik committed Oct 5, 2024
1 parent d30c392 commit 2feed62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_interface/src/passes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
file_depinfo.iter().map(|path_sym| normalize_path(PathBuf::from(path_sym.as_str()))),
checksum_hash_algo,
Expand Down

0 comments on commit 2feed62

Please sign in to comment.