-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustc_hir
cleanups
#118121
rustc_hir
cleanups
#118121
Conversation
And remove `pub` from some local-only ones.
The majority of these aren't actually used, but I kept them anyway.
Could not assign reviewer from: |
(rustbot has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me when ci is green
@bors r+ rollup |
Rollup of 7 pull requests Successful merges: - rust-lang#117790 (CFI: Add missing use core::ffi::c_int) - rust-lang#118059 (Explicitly unset $CARGO for compiletest) - rust-lang#118081 (`rustc_ty_utils` cleanups) - rust-lang#118094 (feat: specialize `SpecFromElem` for `()`) - rust-lang#118097 (Update books) - rust-lang#118115 (Fix occurrences of old fn names in comment and tracing) - rust-lang#118121 (`rustc_hir` cleanups) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#118121 - nnethercote:rustc_hir, r=compiler-errors `rustc_hir` cleanups Just some improvements I found while looking at this code. r? `@WaffleLapkin`
Just some improvements I found while looking at this code.
r? @WaffleLapkin