mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
bb27b05104
Otherwise dataflow state will propagate along false edges and cause things to be marked as maybe init unnecessarily. These should be separate, since `SimplifyBranches` also makes `if true {} else {}` into a `goto`, which means we wouldn't lint anything in the `else` block. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |