Macro rustc_middle::query::plumbing::hash_result

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