Uh oh!
There was an error while loading. Please reload this page.
Deny bare trait objects in src/libstd - #52221
Conversation
rust-highfive
commented
Jul 10, 2018
r? @Kimundi (rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Jul 10, 2018
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 |
rust-highfive
commented
Jul 10, 2018
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/libstdKimundi
commented
Jul 12, 2018
@bors: r+ |
bors
commented
Jul 12, 2018
📌 Commit 1915cd1 has been approved by |
Deny bare trait objects in src/libstd Enforce #![deny(bare_trait_objects)] in src/libstd.
kennytm
commented
Jul 12, 2018
@bors r- rollup- Missing |
ljedrz
commented
Jul 13, 2018
Fixed with this PR. |
ishitatsuyuki
commented
Jul 13, 2018
Tip: cherry picking my commit doesn't interfere with merging. |
ljedrz
commented
Jul 13, 2018
@ishitatsuyuki thanks - I haven't done that yet, but it seems pretty handy; did I do it correctly? |
ishitatsuyuki
commented
Jul 13, 2018
I think it's fine. |
stokhos
commented
Jul 21, 2018
Ping from triage @ljedrz we haven't heard from you for a while, any progress on this PR? |
emilyalbini
commented
Jul 21, 2018
Closing this, rolled up in #52336. |
kennytm
commented
Jul 21, 2018
Reopening until #52336 is confirmed mergeable. |
Enforce #![deny(bare_trait_objects)] in src/libstd.