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

Prepare for private fields by default #13145

Merged
merged 2 commits into from Mar 27, 2014

Commits on Mar 26, 2014

  1. rustc: Relax restriction on privacy for fields

    This is a necessary change in preparation for switching the defaults as part
    of rust-lang#8122.
    
    RFC: 0004-private-fields
    alexcrichton committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    104aaa4 View commit details
    Browse the repository at this point in the history
  2. syntax: Permit visibility on tuple fields

    This change is in preparation for rust-lang#8122. Nothing is currently done with these
    visibility qualifiers, they are just parsed and accepted by the compiler.
    
    RFC: 0004-private-fields
    alexcrichton committed Mar 26, 2014
    13 Configuration menu
    Copy the full SHA
    7de4841 View commit details
    Browse the repository at this point in the history