Macro rustc_with_all_queries

Source
macro_rules! rustc_with_all_queries {
    ($macro:ident ! $([$($extra_fake_queries:tt)*])?) => { ... };
}
Expand description

Higher-order macro that invokes the specified macro with a prepared list of all query signatures (including modifiers).

This allows multiple simpler macros to each have access to the list of queries.