Skip to content

Commit

Permalink
Auto merge of #131145 - ismailarilik:handle_potential_query_instabili…
Browse files Browse the repository at this point in the history
…ty_lint_for_rustc_metadata, r=compiler-errors

Handle `rustc_metadata` cases of `rustc::potential_query_instability` lint

This PR removes `#![allow(rustc::potential_query_instability)]` line from [`compiler/rustc_metadata/src/lib.rs`](https://github.com/rust-lang/rust/blob/master/compiler/rustc_metadata/src/lib.rs#L3) and converts `FxHash{Map,Set}` types into `FxIndex{Map,Set}` to suppress lint errors.

A somewhat tracking issue: rust-lang/rust#84447
  • Loading branch information
bors committed Oct 3, 2024
2 parents 0faf7b4 + 2176efd commit fcc7997
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit fcc7997

Please sign in to comment.