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 5853c28 commit cab94d2Copy full SHA for cab94d2
compiler/rustc_middle/src/mir/interpret/allocation.rs
@@ -115,7 +115,7 @@ impl hash::Hash for Allocation {
115
init_mask,
116
align,
117
mutability,
118
- extra: _, // don't bother hashing ()
+ extra: (), // don't bother hashing ()
119
} = self;
120
121
// Partially hash the `bytes` buffer when it is large. To limit collisions with common
0 commit comments