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.
2 parents 3b1b0ef + 2001e74 commit 6502c59Copy full SHA for 6502c59
1 file changed
compiler/rustc_query_impl/src/execution.rs
@@ -157,6 +157,7 @@ where
157
this.drop_and_maybe_poison(/* poison */ false);
158
}
159
160
+ #[inline(always)]
161
fn drop_and_maybe_poison(&mut self, poison: bool) {
162
let status = {
163
let mut shard = self.state.active.lock_shard_by_hash(self.key_hash);
0 commit comments