mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 21:47:04 +00:00
Auto merge of #5104 - JohnTitor:rustup-0129, r=Manishearth
Rustup to rust-lang/rust#68512 changelog: none
This commit is contained in:
commit
c0f39cfb46
@ -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…
Reference in New Issue
Block a user