gccrs icon indicating copy to clipboard operation
gccrs copied to clipboard

Implement unused variable checker on HIR

Open sakupan102 opened this issue 5 months ago • 2 comments

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-rust passes locally
  • [x] Run clang-format

sakupan102 avatar Aug 10 '25 02:08 sakupan102

@CohenArthur I made the suggested changes based on your review. If everything looks good, I'll squash the commits.

sakupan102 avatar Aug 27 '25 02:08 sakupan102

There are merge conflicts here @sakupan102

philberty avatar Aug 31 '25 17:08 philberty