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 d1ee5e5 + 2001e74 commit 429e162Copy full SHA for 429e162
1 file changed
compiler/rustc_query_impl/src/execution.rs
@@ -174,6 +174,7 @@ where
174
this.drop_and_maybe_poison(/* poison */ false);
175
}
176
177
+ #[inline(always)]
178
fn drop_and_maybe_poison(&mut self, poison: bool) {
179
let status = {
180
let mut shard = self.state.active.lock_shard_by_hash(self.key_hash);
0 commit comments