Skip to content
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

Un-feature gate struct variants #18994

Merged
merged 1 commit into from
Nov 16, 2014
Merged

Conversation

sfackler
Copy link
Member

Struct variant field visibility is now inherited. Remove pub keywords
from declarations.

Closes #18641

[breaking-change]

r? @alexcrichton

Struct variant field visibility is now inherited. Remove `pub` keywords
from declarations.

Closes rust-lang#18641

[breaking-change]
@sfackler sfackler force-pushed the struct-variants-pt2 branch from fe380d7 to 579c65d Compare November 16, 2014 02:15
bors added a commit that referenced this pull request Nov 16, 2014
Struct variant field visibility is now inherited. Remove `pub` keywords
from declarations.

Closes #18641

[breaking-change]

r? @alexcrichton
@bors bors closed this Nov 16, 2014
@bors bors merged commit 579c65d into rust-lang:master Nov 16, 2014
@sfackler sfackler deleted the struct-variants-pt2 branch November 26, 2016 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Un-feature-gate struct variants
3 participants