Don't try to remove assignments in SimplifyComparisonIntegral by hanna-kruppe · Pull Request #158214 · rust-lang/rust · GitHub
DRANK
The pass tried to opportunistically clean up an unnecessary assign statement if there's no other use of the comparison folded into a switchInt. The reasoning was that switchInt(move _N) prevent...
1 comments
その修正
Don't try to remove assignments in SimplifyComparisonIntegral by hanna-kruppe · Pull Request #158214 · rust-lang/rust
github.com/rust-lang/rust…