remove Region: Deref<Target = RegionKind>
impl
#139359
Labels
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
call
.kind()
in cases where it is currently used.This impl is a relic of back when we still interned regions as
&'tcx RegionKind
and differs fromTy
andty::Const
The text was updated successfully, but these errors were encountered: