Auto merge of #5104 - JohnTitor:rustup-0129, r=Manishearth
Rustup to rust-lang/rust#68512 changelog: none
This commit is contained in:
commit
c0f39cfb46
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue