Skip to content

rustc: Fix enum variant privacy across crates #14001

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

Merged
merged 1 commit into from
May 9, 2014

Conversation

alexcrichton
Copy link
Member

The code in resolve erroneously assumed that private enums weren't visited, so
the logic was adjusted to check to see if the enum definition itself was public.

Closes #11680

The code in resolve erroneously assumed that private enums weren't visited, so
the logic was adjusted to check to see if the enum definition itself was public.

Closes rust-lang#11680
bors added a commit that referenced this pull request May 9, 2014
The code in resolve erroneously assumed that private enums weren't visited, so
the logic was adjusted to check to see if the enum definition itself was public.

Closes #11680
@bors bors closed this May 9, 2014
@bors bors merged commit 49efab8 into rust-lang:master May 9, 2014
@alexcrichton alexcrichton deleted the issue-11680 branch May 11, 2014 18:21
bors added a commit to rust-lang-ci/rust that referenced this pull request Feb 13, 2023
Replace SmolStr usage with lang item enum for lang items

Fixes rust-lang/rust-analyzer#13395
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.

Enum variants are always exported cross-crate
3 participants