Skip to content

[beta] Rollup backports - #53700

Merged
bors merged 8 commits into
rust-lang:betafrom
emilyalbini:beta-backports
Aug 25, 2018
Merged

[beta] Rollup backports#53700
bors merged 8 commits into
rust-lang:betafrom
emilyalbini:beta-backports

Conversation

@emilyalbini

Copy link
Copy Markdown
Member

Merged and approved:

r? @ghost

Dylan-DPCand others added 8 commits August 25, 2018 15:29
…olution
This allows import resolution to progress in cases like rust-lang#53140
This hack was removed in rust-lang#50949, but without it I found that building
`std` with full debuginfo would print many LLVM `DW_OP_LLVM_fragment`
errors, then die `LLVM ERROR: Failed to strip malformed debug info`.
It doesn't seem to be a problem for LLVM 6, so we can re-enable the hack
just for older LLVM.
This reverts commit da579ef.
Fixesrust-lang#53204.
r? @eddyb
@emilyalbini

Copy link
Copy Markdown
MemberAuthor

@bors r+ p=10

@bors

bors commented Aug 25, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit ef2b1f1 has been approved by pietroalbini

@borsbors added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Aug 25, 2018
@bors

bors commented Aug 25, 2018

Copy link
Copy Markdown
Collaborator

⌛ Testing commit ef2b1f1 with merge 5c5be09...

bors added a commit that referenced this pull request Aug 25, 2018
[beta] Rollup backports
Merged and approved:
* #53559: add macro check for lint
* #53509: resolve: Reject some inaccessible candidates sooner during import resolution
* #53239: rustc_codegen_llvm: Restore the closure env alloca hack for LLVM 5.
* #53235: Feature gate where clauses on associated type impls
* #53516: resolve: Continue search in outer scopes after applying derive resolution fallback
r? @ghost
@bors

bors commented Aug 25, 2018

Copy link
Copy Markdown
Collaborator

☀️ Test successful - status-appveyor, status-travis
Approved by: pietroalbini
Pushing 5c5be09 to beta...

@bors
bors merged commit ef2b1f1 into rust-lang:betaAug 25, 2018
@emilyalbini
emilyalbini deleted the beta-backports branch August 25, 2018 17:40
@CentrilCentril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollupS-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.

7 participants

@emilyalbini@bors@Centril@Dylan-DPC@petrochenkov@cuviper@varkor