don't use region variables in borrowck query response #111310
Labels
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
ClosureOutlivesRequirements
abusesRegionVid
s by using them as an index into the early bound regions of the closure. This should be changed to use late-bound regions instead and instantiating them later in a way similar toClosureOutlivesSubjectTy
.See the original discussion in #108691 (comment).
The text was updated successfully, but these errors were encountered: