diff options
| author | ismailarilik <arilik.ismail@gmail.com> | 2024-10-05 10:01:27 +0300 |
|---|---|---|
| committer | ismailarilik <arilik.ismail@gmail.com> | 2024-10-05 10:01:27 +0300 |
| commit | 2feed6279655d6febce04a0efd167c2aea56facf (patch) | |
| tree | fd2c73e0451d9755d752143ddb7e77d8acab9a2c | |
| parent | d30c3924a4ef6ab4f331134562c145d5cec0179a (diff) | |
| download | rust-2feed6279655d6febce04a0efd167c2aea56facf.tar.gz rust-2feed6279655d6febce04a0efd167c2aea56facf.zip | |
Handle `rustc_interface` cases of `rustc::potential_query_instability` lint
| -rw-r--r-- | compiler/rustc_interface/src/passes.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/passes.rs b/compiler/rustc_interface/src/passes.rs index 204ae437a3e..fd850d2f39a 100644 --- a/compiler/rustc_interface/src/passes.rs +++ b/compiler/rustc_interface/src/passes.rs @@ -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, |
