Macro rustc_query_impl::plumbing::hash_result[][src]

macro_rules! hash_result {
    ([]) => { ... };
    ([(no_hash) $($rest : tt) *]) => { ... };
    ([$other : tt $($modifiers : tt) *]) => { ... };
}