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

Disallow dereferencing enum types when the variant is private #4084

Closed
wants to merge 2 commits into from

Conversation

catamorphism
Copy link
Contributor

If an enum type's only variant is private, disallow dereferencing
values of its type, as per #818.

Due to #4082, this only applies to enums that are in the same crate.

r? @pcwalton

If an enum type's only variant is private, disallow dereferencing
values of its type, as per rust-lang#818.

Due to rust-lang#4082, this only applies to enums that are in the same crate.
@pcwalton
Copy link
Contributor

r=me

@catamorphism
Copy link
Contributor Author

Merged.

bors pushed a commit to rust-lang-ci/rust that referenced this pull request May 15, 2021
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.

2 participants