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