We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
... and also tweak the visibility of fields slightly.
Tracking issue for rust-lang/rfcs#418
The text was updated successfully, but these errors were encountered:
Remove struct_variant feature gate.
f375d5d
Closes rust-lang#18641
Un-feature gate struct variants
579c65d
Struct variant field visibility is now inherited. Remove `pub` keywords from declarations. Closes rust-lang#18641 [breaking-change]
auto merge of #18994 : sfackler/rust/struct-variants-pt2, r=jakub-
aad7547
Struct variant field visibility is now inherited. Remove `pub` keywords from declarations. Closes #18641 [breaking-change] r? @alexcrichton
Successfully merging a pull request may close this issue.
... and also tweak the visibility of fields slightly.
Tracking issue for rust-lang/rfcs#418
The text was updated successfully, but these errors were encountered: