-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Deny bare trait objects in src/libstd #52221
Conversation
r? @Kimundi (rust_highfive has picked a reviewer for you, use r? to override) |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
src/libstd
@bors: r+ |
📌 Commit 1915cd1 has been approved by |
Deny bare trait objects in src/libstd Enforce #![deny(bare_trait_objects)] in src/libstd.
@bors r- rollup- Missing
|
Fixed with this PR. |
Tip: cherry picking my commit doesn't interfere with merging. |
@ishitatsuyuki thanks - I haven't done that yet, but it seems pretty handy; did I do it correctly? |
I think it's fine. |
Ping from triage @ljedrz we haven't heard from you for a while, any progress on this PR? |
Closing this, rolled up in #52336. |
Reopening until #52336 is confirmed mergeable. |
Enforce #![deny(bare_trait_objects)] in src/libstd.