rust/compiler/rustc_session
Martin Nordholts d87460a507 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.
2023-12-03 15:05:39 +01:00
..
src rustc_session: Address all rustc::potential_query_instability lints 2023-12-03 15:05:39 +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