-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
[const-prop] Remove useless typedef #67682
Conversation
r? @davidtwco (rust_highfive has picked a reviewer for you, use r? to override) |
r? @Dylan-DPC |
@bors r+ rollup |
📌 Commit b174aec7c7c32f9d179d613c242668fc8b9cd937 has been approved by |
Failed in rollup @bors r- |
There's a few const prop related PRs in flight right now. I'll wait a day or two for those to land and rebase this. |
b174aec
to
512a7b1
Compare
Rebased |
can you run tidy over this? |
It's confusing because it conflicts with ty::Const and just isn't generally useful.
512a7b1
to
a957f0d
Compare
Rebased and ran tidy |
@bors r+ rollup |
📌 Commit a957f0d has been approved by |
…ef, r=Dylan-DPC [const-prop] Remove useless typedef It's confusing because it conflicts with `ty::Const` and just isn't generally useful.
Rollup of 5 pull requests Successful merges: - #67682 ([const-prop] Remove useless typedef) - #68133 (Slimmer syntax) - #68154 (Add more BTreeMap/BTreeSet benchmarks regarding iteration) - #68247 (Clean up err codes) - #68348 (Make iter::Empty<T> Send and Sync for any T) Failed merges: - #68353 (Remove `rustc_error_codes` deps except in `rustc_driver`) r? @ghost
…ef, r=Dylan-DPC [const-prop] Remove useless typedef It's confusing because it conflicts with `ty::Const` and just isn't generally useful.
☔ The latest upstream changes (presumably #68363) made this pull request unmergeable. Please resolve the merge conflicts. |
It's confusing because it conflicts with
ty::Const
and just isn'tgenerally useful.