rustc_query_impl::plumbing

Macro expand_if_cached

Source
macro_rules! expand_if_cached {
    ([], $tokens:expr) => { ... };
    ([(cache) $($rest:tt)*], $tokens:expr) => { ... };
    ([$other:tt $($modifiers:tt)*], $tokens:expr) => { ... };
}