Skip to main content

rustc_with_all_queries

Macro rustc_with_all_queries 

Source
macro_rules! rustc_with_all_queries {
    ($macro:ident !) => { ... };
}
Expand description

Higher-order macro that invokes the specified macro with (a) a list of all query signatures (including modifiers), and (b) a list of non-query names. This allows multiple simpler macros to each have access to these lists.