Skip to content

Deny bare trait objects in src/librustc_codegen_llvm - #52252

Merged
bors merged 1 commit into
rust-lang:masterfrom
ljedrz:dyn_librustc_codegen_llvm
Jul 11, 2018
Merged

Deny bare trait objects in src/librustc_codegen_llvm#52252
bors merged 1 commit into
rust-lang:masterfrom
ljedrz:dyn_librustc_codegen_llvm

Conversation

@ljedrz

Copy link
Copy Markdown
Contributor

Enforce #![deny(bare_trait_objects)] in src/librustc_codegen_llvm.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @varkor

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 11, 2018
@varkor

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Jul 11, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit ea47350 has been approved by varkor

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 11, 2018
Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this pull request Jul 11, 2018
…=varkor
Deny bare trait objects in in src/librustc_codegen_llvm
Enforce `#![deny(bare_trait_objects)]` in `src/librustc_codegen_llvm`.
bors added a commit that referenced this pull request Jul 11, 2018
Rollup of 14 pull requests
Successful merges:
- #51614 (Correct suggestion for println)
- #51952 ( hygiene: Decouple transparencies from expansion IDs)
- #52193 (step_by: leave time of item skip unspecified)
- #52207 (improve error message shown for unsafe operations)
- #52223 (Deny bare trait objects in in src/liballoc)
- #52224 (Deny bare trait objects in in src/libsyntax)
- #52239 (Remove sync::Once::call_once 'static bound)
- #52247 (Deny bare trait objects in in src/librustc)
- #52248 (Deny bare trait objects in in src/librustc_allocator)
- #52252 (Deny bare trait objects in in src/librustc_codegen_llvm)
- #52253 (Deny bare trait objects in in src/librustc_data_structures)
- #52254 (Deny bare trait objects in in src/librustc_metadata)
- #52261 (Deny bare trait objects in in src/libpanic_unwind)
- #52265 (Deny bare trait objects in in src/librustc_codegen_utils)
Failed merges:
r? @ghost
@bors
bors merged commit ea47350 into rust-lang:masterJul 11, 2018
@ljedrz
ljedrz deleted the dyn_librustc_codegen_llvm branch July 11, 2018 22:13
@ljedrzljedrz changed the title Deny bare trait objects in in src/librustc_codegen_llvmDeny bare trait objects in src/librustc_codegen_llvmJul 12, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@ljedrz@rust-highfive@varkor@bors