Fix typo
This commit is contained in:
parent
97a69a7670
commit
c56e99cdba
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ pub trait ValueAnalysis<'tcx> {
|
|||
ValueOrPlace::Value(self.handle_constant(constant, state))
|
||||
}
|
||||
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()
|
||||
.find(place.as_ref())
|
||||
.map(ValueOrPlace::Place)
|
||||
|
|
Loading…
Add table
Reference in a new issue