-
Couldn't load subscription status.
- Fork 13.9k
cleanup: unnecessary clone during lower generics args #124224
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
Conversation
|
r? @nnethercote rustbot has assigned @nnethercote. Use |
|
HIR ty lowering was modified cc @fmease |
|
@bors r+ rollup |
|
Ha, I've actually been aware of this unnecessary clone haha. I have a patch locally that cleans that up, too, among a bunch of other cleanups. Thanks! |
cleanup: unnecessary clone during lower generics args
cleanup: unnecessary clone during lower generics args
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#123840 (Add an intrinsic for `ptr::from_raw_parts(_mut)`) - rust-lang#124224 (cleanup: unnecessary clone during lower generics args) - rust-lang#124229 (Add gnullvm targets to manifest) - rust-lang#124231 (remove from reviewers) - rust-lang#124235 (Move some tests) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#124224 - bvanjoi:cleanup, r=fmease cleanup: unnecessary clone during lower generics args
No description provided.