re-name stuff

This commit is contained in:
ouz-a 2022-05-01 15:38:22 +03:00
parent 4d4b0f140f
commit d9ddb6446d
4 changed files with 15 additions and 10 deletions

View file

@ -1080,7 +1080,7 @@ pub enum LocalInfo<'tcx> {
/// (e.g. a temporary for `foo` in `MyStruct { my_field: foo }`)
AggregateTemp,
/// A temporary created during the pass `Derefer` to avoid it's retagging
Temp,
DerefTemp,
}
impl<'tcx> LocalDecl<'tcx> {