Skip to content

Whitelist some rustc attrs - #59525

Merged
bors merged 4 commits into
rust-lang:masterfrom
pnkfelix:whitelist-some-rustc-attrs
Mar 30, 2019
Merged

Whitelist some rustc attrs#59525
bors merged 4 commits into
rust-lang:masterfrom
pnkfelix:whitelist-some-rustc-attrs

Conversation

@pnkfelix

Copy link
Copy Markdown
Contributor

These rustc attrs are used within libcore, and were causing failures when one mixed incremental compilation with bootstrapping (due to a default of -D warnings when bootstrapping).

Fix#59523
Fix#59524

Cc #58633

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @petrochenkov

(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 Mar 29, 2019
@petrochenkov

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Mar 29, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit cbbd4d5 has been approved by petrochenkov

@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 Mar 29, 2019
Centril added a commit to Centril/rust that referenced this pull request Mar 29, 2019
…, r=petrochenkov
Whitelist some rustc attrs
These rustc attrs are used within libcore, and were causing failures when one mixed incremental compilation with bootstrapping (due to a default of `-D warnings` when bootstrapping).
Fixrust-lang#59523Fixrust-lang#59524
Cc rust-lang#58633
@CentrilCentril mentioned this pull request Mar 29, 2019
Centril added a commit to Centril/rust that referenced this pull request Mar 30, 2019
…, r=petrochenkov
Whitelist some rustc attrs
These rustc attrs are used within libcore, and were causing failures when one mixed incremental compilation with bootstrapping (due to a default of `-D warnings` when bootstrapping).
Fixrust-lang#59523Fixrust-lang#59524
Cc rust-lang#58633
@CentrilCentril mentioned this pull request Mar 30, 2019
bors added a commit that referenced this pull request Mar 30, 2019
Rollup of 10 pull requests
Successful merges:
- #59376 (RFC 2008: Enum Variants)
- #59453 (Recover from parse error in tuple syntax)
- #59455 (Account for short-hand field syntax when suggesting borrow)
- #59499 (Fix broken download link in the armhf-gnu image)
- #59512 (implement `AsRawFd` for stdio locks)
- #59525 (Whitelist some rustc attrs)
- #59528 (Improve the dbg! macro docs )
- #59532 (In doc examples, don't ignore read/write results)
- #59534 (rustdoc: collapse blanket impls in the same way as normal impls)
- #59537 (Fix OnceWith docstring.)
Failed merges:
r? @ghost
@bors
bors merged commit cbbd4d5 into rust-lang:masterMar 30, 2019
@ghostghost mentioned this pull request Sep 29, 2019
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

@pnkfelix@rust-highfive@petrochenkov@bors