Uh oh!
There was an error while loading. Please reload this page.
Deny bare trait objects in src/librustc_errors - #52286
Conversation
rust-highfive
commented
Jul 12, 2018
r? @varkor (rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
Jul 12, 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 |
varkor
commented
Jul 13, 2018
Can you squash these two commits? Everything else looks good, thanks! |
ljedrz
commented
Jul 13, 2018
@varkor I'm all for it, though my git-foo is not too advanced yet; can you please check if I did it correctly? If it's ok, I'll do the same with the other PR you asked to squash. |
varkor
commented
Jul 13, 2018
@ljedrz: when you've squashed your commits, you should just see and then change |
Enforce `#![deny(bare_trait_objects)]` in `src/librustc_errors`.
ljedrz
commented
Jul 14, 2018
I think I got this now, thanks! |
varkor
commented
Jul 16, 2018
Great, thanks! @bors r+ rollup |
bors
commented
Jul 16, 2018
📌 Commit 0339244 has been approved by |
Deny bare trait objects in src/librustc_errors Enforce `#![deny(bare_trait_objects)]` in `src/librustc_errors`.
Rollup of 9 pull requests Successful merges: - #52286 (Deny bare trait objects in src/librustc_errors) - #52306 (Reduce the number of clone()s needed in obligation_forest) - #52338 (update miri) - #52385 (Pass edition flags to compiler from rustdoc as expected) - #52392 (AsRef doc wording tweaks) - #52430 (update nomicon) - #52434 (Enable incremental independent of stage) - #52435 (Calculate the exact capacity for 2 HashMaps) - #52446 (Block beta if clippy breaks.) r? @ghost
Enforce
#![deny(bare_trait_objects)]insrc/librustc_errors.