pub async fn infer_is_provably<'db>(
env: &mut Env<'db>,
perm: SymPerm<'db>,
infer: InferVarIndex,
predicate: Predicate,
) -> Errors<bool>Expand description
Wait until we know whether the inference variable IS the given predicate or we know that we’ll never be able to prove that it is.