mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
Fix typo
This commit is contained in:
parent
97a69a7670
commit
c56e99cdba
@ -174,7 +174,7 @@ pub trait ValueAnalysis<'tcx> {
|
|||||||
ValueOrPlace::Value(self.handle_constant(constant, state))
|
ValueOrPlace::Value(self.handle_constant(constant, state))
|
||||||
}
|
}
|
||||||
Operand::Copy(place) | Operand::Move(place) => {
|
Operand::Copy(place) | Operand::Move(place) => {
|
||||||
// Do want want to handle moves different? Could flood place with bottom.
|
// Do we want to handle moves differently? Could flood place with bottom.
|
||||||
self.map()
|
self.map()
|
||||||
.find(place.as_ref())
|
.find(place.as_ref())
|
||||||
.map(ValueOrPlace::Place)
|
.map(ValueOrPlace::Place)
|
||||||
|
Loading…
Reference in New Issue
Block a user