mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
133859d680
Suggest `i += 1` when we see `i++` or `++i` Closes #83502 (for `i++` and `++i`; `--i` should be covered by #82987, and `i--` is tricky to handle). This is a continuation of #83536. r? `@estebank`