rust/compiler/rustc_resolve/src
bors 373971abe4 Auto merge of #131259 - ismailarilik:handle-potential-query-instability-lint-for-librustdoc, r=notriddle
Handle `librustdoc` cases of `rustc::potential_query_instability` lint

This PR removes `#![allow(rustc::potential_query_instability)]` line from [`src/librustdoc/lib.rs`](https://github.com/rust-lang/rust/blob/master/src/librustdoc/lib.rs#L23) 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`
2024-10-06 14:04:21 +00:00
..
late On function and method calls in patterns, link to the book 2024-10-06 01:44:59 +00:00
build_reduced_graph.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
check_unused.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
def_collector.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
diagnostics.rs cleanup: don't clone types that are Copy 2024-09-29 13:31:30 +02:00
effective_visibilities.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
errors.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
ident.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
imports.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
late.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
lib.rs rustdoc: prevent ctors from resolving 2024-10-03 22:01:23 -07:00
macros.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
rustdoc.rs Handle librustdoc cases of rustc::potential_query_instability lint 2024-10-06 10:39:03 +03:00