mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 22:07:03 +00:00
Switches to the idiom used elsewhere of calling `Analysis::bottom_value` to initialize a `state` value outside a loop, and then using `clone_from` to update it within the loop. This is simpler and has no impact on performance.