Remove rustc_mir::borrow_check::{Context, ContextKind} #60421
Labels
A-NLL
Area: Non-lexical lifetimes (NLL)
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.
ContextKind
is completely unused in the borrow checker. It should be removed and any uses ofContext
should be replaced withrust::mir::Location
.The text was updated successfully, but these errors were encountered: