Rename rustc_query_append! to rustc_with_all_queries!
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -575,7 +575,7 @@ where
|
||||
}
|
||||
|
||||
// NOTE: `$V` isn't used here, but we still need to match on it so it can be passed to other macros
|
||||
// invoked by `rustc_query_append`.
|
||||
// invoked by `rustc_with_all_queries`.
|
||||
macro_rules! define_queries {
|
||||
(
|
||||
$($(#[$attr:meta])*
|
||||
|
||||
Reference in New Issue
Block a user