diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-10-02 17:10:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-02 17:10:44 +0200 |
| commit | 7e0797c13f7f0efe09d4d24db22ec107c8048f0f (patch) | |
| tree | 5dc7b42641a9107c4357dd0deea8357ba13d9156 /compiler/rustc_codegen_cranelift/example/std_example.rs | |
| parent | 5fd6218d7263cd5fb5dbe05b35b5f658ffa6eca2 (diff) | |
| parent | 807e812077ff9d70840f14822ae6e0e9753bd1fb (diff) | |
| download | rust-7e0797c13f7f0efe09d4d24db22ec107c8048f0f.tar.gz rust-7e0797c13f7f0efe09d4d24db22ec107c8048f0f.zip | |
Rollup merge of #131140 - ismailarilik:handle-potential-query-instability-lint-for-rustc-hir-analysis, r=compiler-errors
Handle `rustc_hir_analysis` cases of `potential_query_instability` lint
This PR removes `#![allow(rustc::potential_query_instability)]` line from [`compiler/rustc_hir_analysis/src/lib.rs`](https://github.com/rust-lang/rust/blob/master/compiler/rustc_hir_analysis/src/lib.rs#L61) and converts `FxHash{Map,Set}` types into `FxIndex{Map,Set}` to suppress lint errors.
A somewhat tracking issue: https://github.com/rust-lang/rust/issues/84447
Diffstat (limited to 'compiler/rustc_codegen_cranelift/example/std_example.rs')
0 files changed, 0 insertions, 0 deletions
