Rename rustc_query_append! to rustc_with_all_queries!

This commit is contained in:
Zalathar
2025-04-29 17:55:17 +10:00
parent 4c83e55e2d
commit 64bcf3b9f6
5 changed files with 21 additions and 7 deletions

View File

@@ -234,7 +234,7 @@ pub fn query_system<'a>(
}
}
rustc_middle::rustc_query_append! { define_queries! }
rustc_middle::rustc_with_all_queries! { define_queries! }
pub fn provide(providers: &mut rustc_middle::util::Providers) {
providers.hooks.alloc_self_profile_query_strings = alloc_self_profile_query_strings;