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.
1 parent 64b6aa7 commit 3a2ab93Copy full SHA for 3a2ab93
compiler/rustc_data_structures/src/stable_hasher.rs
@@ -236,6 +236,7 @@ macro_rules! impl_stable_hash_via_hash {
236
macro_rules! impl_hash_stable_eq_via_eq {
237
($t:ty) => {
238
impl ::rustc_data_structures::stable_hasher::HashStableEq for $t {
239
+ #[inline]
240
fn hash_stable_eq(&self, other: &Self) -> bool {
241
self == other
242
}
0 commit comments