Rustup to rust-lang/rust#68512
This commit is contained in:
parent
5b42a76792
commit
66524c5be0
@ -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