-
-
Notifications
You must be signed in to change notification settings - Fork 15k
RFC: Unify pub for classes and pub for export #2300
Copy link
Copy link
Closed
Labels
A-resolveArea: Name/path resolution done by `rustc_resolve` specificallyArea: Name/path resolution done by `rustc_resolve` specificallyC-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.
Milestone
Metadata
Metadata
Assignees
Labels
A-resolveArea: Name/path resolution done by `rustc_resolve` specificallyArea: Name/path resolution done by `rustc_resolve` specificallyC-cleanupCategory: PRs that clean code up or issues documenting cleanup.Category: PRs that clean code up or issues documenting cleanup.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Right now classes have
pubandprivsections but exported items are labeled individually. We should do the same thing, I think, for both. I'd prefer to see class items individually labeled public and private with private the default, just as with modules. Reasonable people may differ on this, however.