Restrict amount of ignored locals.
This commit is contained in:
parent
c51fc382bd
commit
65c3c90f3e
8 changed files with 135 additions and 13 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue