1
Fork 0
rust/compiler/rustc_mir_build/src
Guillaume Gomez d3d0287330
Rollup merge of #118863 - Enselic:rustc_mir-build-query-stability, r=michaelwoerister
rustc_mir_build: Enforce `rustc::potential_query_instability` lint

Stop allowing `rustc::potential_query_instability` on all of `rustc_mir_build` and instead allow it on a case-by-case basis if it is safe to do so. In this crate there was only one instance of the lint, and it was safe to allow.

Part of https://github.com/rust-lang/rust/issues/84447 which is E-help-wanted.
2023-12-15 11:51:24 +01:00
..
build Move some methods from tcx.hir() to tcx 2023-12-12 06:40:29 -08:00
thir Rollup merge of #118863 - Enselic:rustc_mir-build-query-stability, r=michaelwoerister 2023-12-15 11:51:24 +01:00
check_unsafety.rs remove redundant imports 2023-12-10 10:56:22 +08:00
errors.rs Gather rustc-specific functions around MatchCheckCtxt 2023-12-11 11:20:55 +01:00
lib.rs rustc_mir_build: Enforce rustc::potential_query_instability lint 2023-12-14 17:31:21 +01:00
lints.rs rustc: hir().local_def_id_to_hir_id() -> tcx.local_def_id_to_hir_id() cleanup 2023-11-26 12:41:21 +03:00