Skip to content

Tidy: allow common lang+lib features#43247

Merged
bors merged 1 commit into
rust-lang:masterfrom
est31:master
Jul 20, 2017
Merged

Tidy: allow common lang+lib features#43247
bors merged 1 commit into
rust-lang:masterfrom
est31:master

Conversation

@est31

@est31 est31 commented Jul 15, 2017

Copy link
Copy Markdown
Member

This allows changes to the Rust language that have both library
and language components share one feature gate.

The feature gates need to be "about the same change", so that both
library and language components must either be both unstable, or
both stable, and share the tracking issue.

Removes the ugly "proc_macro" exception added by #40939.

Closes #43089

This allows changes to the Rust language that have both library
and language components share one feature gate.

The feature gates need to be "about the same change", so that both
library and language components must either be both unstable, or
both stable, and share the tracking issue.

Removes the ugly "proc_macro" exception.

Closes rust-lang#43089
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @aturon

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

@Mark-Simulacrum

Copy link
Copy Markdown
Member

r? @alexcrichton

@Mark-Simulacrum Mark-Simulacrum added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 17, 2017
@alexcrichton

Copy link
Copy Markdown
Member

@bors: r+

@bors

bors commented Jul 17, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit 94fc09c has been approved by alexcrichton

@bors

bors commented Jul 18, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 94fc09c with merge 1d375595c6a789318593f53fbbb183d9815ffd6b...

@bors

bors commented Jul 18, 2017

Copy link
Copy Markdown
Collaborator

💔 Test failed - status-travis

@est31

est31 commented Jul 18, 2017

Copy link
Copy Markdown
Member Author

@bors retry

@arielb1 arielb1 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 18, 2017
@bors

bors commented Jul 19, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 94fc09c with merge 7aeabc6a04819ff1681efc204df2dea277206e49...

@bors

bors commented Jul 19, 2017

Copy link
Copy Markdown
Collaborator

💔 Test failed - status-appveyor

@est31

est31 commented Jul 19, 2017

Copy link
Copy Markdown
Member Author

@bors retry -- intermittent network (service) issue or downtime

@bors

bors commented Jul 19, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 94fc09c with merge 2a1fb5d3180258642ae600954201f21e770172d4...

@bors

bors commented Jul 19, 2017

Copy link
Copy Markdown
Collaborator

💔 Test failed - status-appveyor

@alexcrichton

alexcrichton commented Jul 19, 2017 via email

Copy link
Copy Markdown
Member

@bors

bors commented Jul 20, 2017

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 94fc09c with merge 28486e7...

bors added a commit that referenced this pull request Jul 20, 2017
Tidy: allow common lang+lib features

This allows changes to the Rust language that have both library
and language components share one feature gate.

The feature gates need to be "about the same change", so that both
library and language components must either be both unstable, or
both stable, and share the tracking issue.

Removes the ugly "proc_macro" exception added by #40939.

Closes #43089
@bors

bors commented Jul 20, 2017

Copy link
Copy Markdown
Collaborator

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing 28486e7 to master...

@bors bors merged commit 94fc09c into rust-lang:master Jul 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: 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