You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #83185 - jyn514:remove-dead-code, r=oli-obk
Remove (lots of) dead code
Builds on
- [ ] #83161
- [x] #83230
- [x] #83197.
Found with https://github.com/est31/warnalyzer.
See #77739 for a similar change in the past.
Dubious changes:
- Maybe some of the dead code in rustc_data_structures should be kept, in case someone wants to use it in the future?
TODO:
- [ ] check if any of the comments on the deleted code should be kept.
- [x] update the compiler documentation; right now it fails to build
- [x] finish moving `cfg(test)` changes into #83197
cc `@est31`
0 commit comments