Macro rustc_query_impl::plumbing::expand_if_cached

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