rust/compiler/rustc_session
Matthias Krüger caeaf31316
Rollup merge of #118574 - Enselic:query-instability, r=cjgillot
rustc_session: Address all `rustc::potential_query_instability` lints

Instead of allowing `rustc::potential_query_instability` on the whole crate we go over each lint and allow it individually if it is safe to do. Turns out all instances were safe to allow in this crate.

Part of #84447 which is **E-help-wanted**.
2023-12-03 21:28:32 +01:00
..
src Rollup merge of #118574 - Enselic:query-instability, r=cjgillot 2023-12-03 21:28:32 +01:00
Cargo.toml Clean up rustc_*/Cargo.toml. 2023-10-30 08:46:02 +11:00
messages.ftl Add -Zfunction-return={keep,thunk-extern} option 2023-11-30 20:21:31 +01:00