We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hash_stable_eq
1 parent 57231fd commit 64b6aa7Copy full SHA for 64b6aa7
compiler/rustc_macros/src/hash_stable.rs
@@ -161,6 +161,7 @@ pub fn hash_stable_eq_derive(mut s: synstructure::Structure<'_>) -> proc_macro2:
161
s.bound_impl(
162
quote!(::rustc_data_structures::stable_hasher::HashStableEq),
163
quote! {
164
+ #[inline]
165
fn hash_stable_eq(&self, other: &Self) -> bool {
166
match (self, other) {
167
#eq_body
0 commit comments