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) => { ... }; }