mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +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))
|
||||
}
|
||||
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…
Reference in New Issue
Block a user