Skip to content

Commit dd73080

Browse files
committed
Don't inline try_execute_query
1 parent ab5d3fb commit dd73080

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_query_system/src/query/plumbing.rs

+1
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ where
347347
}
348348
}
349349

350+
#[inline(never)]
350351
fn try_execute_query<Q, Qcx>(
351352
qcx: Qcx,
352353
span: Span,

0 commit comments

Comments
 (0)