gccrs
gccrs copied to clipboard
Implement unused variable checker on HIR
This PR closes https://github.com/Rust-GCC/gccrs/issues/4086, https://github.com/Rust-GCC/gccrs/issues/4085
- [x] GCC development requires copyright assignment or the Developer's Certificate of Origin sign-off, see https://gcc.gnu.org/contribute.html or https://gcc.gnu.org/dco.html
- [x] Read contributing guidlines
- [x]
make check-rustpasses locally - [x] Run
clang-format
@CohenArthur I made the suggested changes based on your review. If everything looks good, I'll squash the commits.
There are merge conflicts here @sakupan102