From dd73080cc037678410ae7e016298a6bbafaae3a6 Mon Sep 17 00:00:00 2001 From: John Kåre Alsaker Date: Sat, 25 Feb 2023 05:16:38 +0100 Subject: Don't inline try_execute_query --- compiler/rustc_query_system/src/query/plumbing.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/rustc_query_system') diff --git a/compiler/rustc_query_system/src/query/plumbing.rs b/compiler/rustc_query_system/src/query/plumbing.rs index fa877ceaf23..586bd38fbb8 100644 --- a/compiler/rustc_query_system/src/query/plumbing.rs +++ b/compiler/rustc_query_system/src/query/plumbing.rs @@ -347,6 +347,7 @@ where } } +#[inline(never)] fn try_execute_query( qcx: Qcx, span: Span, -- cgit 1.4.1-3-g733a5