1
Fork 0

Restrict amount of ignored locals.

This commit is contained in:
Camille GILLOT 2023-01-21 10:03:12 +00:00
parent c51fc382bd
commit 65c3c90f3e
8 changed files with 135 additions and 13 deletions

View file

@ -902,6 +902,8 @@ pub enum LocalInfo<'tcx> {
AggregateTemp,
/// A temporary created during the pass `Derefer` to avoid it's retagging
DerefTemp,
/// A temporary created for borrow checking.
FakeBorrow,
}
impl<'tcx> LocalDecl<'tcx> {