Macro rustc_query_impl::plumbing::hash_result

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