New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename C-like enum to Field-less enum #46187

Merged
merged 6 commits into from Dec 7, 2017

Conversation

Projects
None yet
9 participants
@notriddle
Contributor

notriddle commented Nov 22, 2017

There is no need to reference the C programming language to explain this concept.

Rename C-like enum to Field-less enum
There is no need to reference the C programming language to explain this concept.
@rust-highfive

This comment has been minimized.

Show comment
Hide comment
@rust-highfive

rust-highfive Nov 22, 2017

Collaborator

r? @alexcrichton

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

Collaborator

rust-highfive commented Nov 22, 2017

r? @alexcrichton

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

notriddle added some commits Nov 22, 2017

@kennytm

This comment has been minimized.

Show comment
Hide comment
@kennytm

kennytm Nov 22, 2017

Member

Context: https://internals.rust-lang.org/t/proposal-bikeshed-rename-c-like-enumeration/6209

Randomly reassigning to someone in the docs team… r? @frewsxcv

Member

kennytm commented Nov 22, 2017

Context: https://internals.rust-lang.org/t/proposal-bikeshed-rename-c-like-enumeration/6209

Randomly reassigning to someone in the docs team… r? @frewsxcv

@steveklabnik

This comment has been minimized.

Show comment
Hide comment
@steveklabnik

steveklabnik Nov 22, 2017

Member

Until the decisions is made, we can't accept this PR.

Member

steveklabnik commented Nov 22, 2017

Until the decisions is made, we can't accept this PR.

@QuietMisdreavus

This comment has been minimized.

Show comment
Hide comment
@QuietMisdreavus

QuietMisdreavus Nov 28, 2017

Member

Pending discussion on #46348 from lang team, i'm reopening this PR.

Member

QuietMisdreavus commented Nov 28, 2017

Pending discussion on #46348 from lang team, i'm reopening this PR.

@kennytm

This comment has been minimized.

Show comment
Hide comment
@kennytm

kennytm Dec 6, 2017

Member

Randomly reassigning to member on the lang team… r? @cramertj

GitHub doesn't accept it, reassigning… r? @nikomatsakis

Member

kennytm commented Dec 6, 2017

Randomly reassigning to member on the lang team… r? @cramertj

GitHub doesn't accept it, reassigning… r? @nikomatsakis

@kennytm kennytm assigned nikomatsakis and unassigned frewsxcv Dec 6, 2017

@QuietMisdreavus

The lang team (via @withoutboats) has given a quiet assent for this change, so i'll take it over from a docs perspective.

Show outdated Hide outdated src/librustc/diagnostics.rs
Show outdated Hide outdated src/librustc/diagnostics.rs

notriddle added some commits Dec 6, 2017

@notriddle

This comment has been minimized.

Show comment
Hide comment
@notriddle

notriddle Dec 6, 2017

Contributor

Fixed both.

Contributor

notriddle commented Dec 6, 2017

Fixed both.

@QuietMisdreavus

This comment has been minimized.

Show comment
Hide comment
@QuietMisdreavus

QuietMisdreavus Dec 6, 2017

Member

Excellent! Thanks so much!

@bors r+ rollup

Member

QuietMisdreavus commented Dec 6, 2017

Excellent! Thanks so much!

@bors r+ rollup

@bors

This comment has been minimized.

Show comment
Hide comment
@bors

bors Dec 6, 2017

Contributor

📌 Commit a126a73 has been approved by QuietMisdreavus

Contributor

bors commented Dec 6, 2017

📌 Commit a126a73 has been approved by QuietMisdreavus

@bors

This comment has been minimized.

Show comment
Hide comment
@bors

bors Dec 7, 2017

Contributor

⌛️ Testing commit a126a73 with merge 7b637b7...

Contributor

bors commented Dec 7, 2017

⌛️ Testing commit a126a73 with merge 7b637b7...

bors added a commit that referenced this pull request Dec 7, 2017

Auto merge of #46187 - notriddle:patch-1, r=QuietMisdreavus
Rename C-like enum to Field-less enum

There is no need to reference the C programming language to explain this concept.
@bors

This comment has been minimized.

Show comment
Hide comment
@bors

bors Dec 7, 2017

Contributor

☀️ Test successful - status-appveyor, status-travis
Approved by: QuietMisdreavus
Pushing 7b637b7 to master...

Contributor

bors commented Dec 7, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: QuietMisdreavus
Pushing 7b637b7 to master...

@bors bors merged commit a126a73 into rust-lang:master Dec 7, 2017

2 checks passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment