pub fn compute_goal_fast_path<D, I>(
delegate: &D,
goal: Goal<I, I::Predicate>,
origin_span: I::Span,
) -> Option<GoalEvaluation<I>>where
D: SolverDelegate<Interner = I>,
I: Interner,Expand description
This is a fast path optimization:
See the docs on ComputeGoalFastPathOutcome