Auto merge of #5104 - JohnTitor:rustup-0129, r=Manishearth

Rustup to rust-lang/rust#68512

changelog: none
This commit is contained in:
bors 2020-01-29 08:31:51 +00:00
commit c0f39cfb46

View File

@ -334,7 +334,7 @@ fn base_local_and_movability<'tcx>(
&& has_drop(cx, mir::Place::ty_from(local, projection, &mir.local_decls, cx.tcx).ty);
}
Some((*local, deref || field))
Some((local, deref || field))
}
struct LocalUseVisitor {