-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Account for capture kind in auto traits migration #86869
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Account for capture kind in auto traits migration #86869
Conversation
23bf34f
to
2d1bd60
Compare
This comment has been minimized.
This comment has been minimized.
2d1bd60
to
3e5b15e
Compare
@bors r+ |
📌 Commit 3e5b15e6f1bcce05aa5b213f4337d60e75a2cd41 has been approved by |
☔ The latest upstream changes (presumably #86901) made this pull request unmergeable. Please resolve the merge conflicts. |
3e5b15e
to
94530e3
Compare
@bors r+ |
📌 Commit 94530e3da3013244ab5386e415f2062bdcafeebc has been approved by |
@bors delegate+ |
✌️ @roxelo can now approve this pull request |
…laumeGomez Rollup of 8 pull requests Successful merges: - rust-lang#84961 (Rework SESSION_GLOBALS API) - rust-lang#86726 (Use diagnostic items instead of lang items for rfc2229 migrations) - rust-lang#86789 (Update BTreeSet::drain_filter documentation) - rust-lang#86838 (Checking that function is const if marked with rustc_const_unstable) - rust-lang#86903 (Fix small headers display) - rust-lang#86913 (Document rustdoc with `--document-private-items`) - rust-lang#86957 (Update .mailmap file) - rust-lang#86971 (mailmap: Add alternative addresses for myself) Failed merges: - rust-lang#86869 (Account for capture kind in auto traits migration) r? `@ghost` `@rustbot` modify labels: rollup
☔ The latest upstream changes (presumably #86982) made this pull request unmergeable. Please resolve the merge conflicts. |
94530e3
to
7c15fc1
Compare
@bors r=nikomatsakis |
📌 Commit 7c15fc1 has been approved by |
☀️ Test successful - checks-actions |
Modifies the current auto traits migration for RFC2229 so it takes into account capture kind
Closes rust-lang/project-rfc-2229#51
r? @nikomatsakis