fn try_execute_query<'tcx, Q, const INCR: bool>( query: Q, qcx: Q::Qcx, span: Span, key: Q::Key, dep_node: Option<DepNode>, ) -> (Q::Value, Option<DepNodeIndex>)where Q: QueryDispatcher<'tcx>,