about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/errors.rs
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-05-19 18:08:41 +0200
committerGitHub <noreply@github.com>2025-05-19 18:08:41 +0200
commit8f13cbf1a502adea100d9cef067e7563b65b3e5b (patch)
treec3356304da130e1be92b8189210fb3cd6ac5049a /compiler/rustc_interface/src/errors.rs
parent7068c8bd81c73db264c544f75a43158555567848 (diff)
parent85efae7302e9249bb29a6098f342ab176d0d63aa (diff)
downloadrust-8f13cbf1a502adea100d9cef067e7563b65b3e5b.tar.gz
rust-8f13cbf1a502adea100d9cef067e7563b65b3e5b.zip
Rollup merge of #131200 - ismailarilik:handle-potential-query-instability-lint-for-rustc-query_system, r=fee1-dead
Handle `rustc_query_system` cases of `rustc::potential_query_instability` lint

This PR removes `#![allow(rustc::potential_query_instability)]` line from [`compiler/rustc_query_system/src/lib.rs`](https://github.com/rust-lang/rust/blob/master/compiler/rustc_query_system/src/lib.rs#L2) 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

r? `@compiler-errors`
Diffstat (limited to 'compiler/rustc_interface/src/errors.rs')
0 files changed, 0 insertions, 0 deletions