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

rustc: Fix def ids of xcrate-reexported items #13873

Merged
merged 1 commit into from
May 1, 2014

Conversation

alexcrichton
Copy link
Member

This was just a typo in the decoder using the source crate's number rather than
the destination crate's number of a reexport.

Closes #13872

This was just a typo in the decoder using the source crate's number rather than
the destination crate's number of a reexport.

Closes rust-lang#13872
bors added a commit that referenced this pull request May 1, 2014
This was just a typo in the decoder using the source crate's number rather than
the destination crate's number of a reexport.

Closes #13872
@bors bors closed this May 1, 2014
@bors bors merged commit 8c87eff into rust-lang:master May 1, 2014
@alexcrichton alexcrichton deleted the issue-13872 branch May 1, 2014 18:33
arcnmx pushed a commit to arcnmx/rust that referenced this pull request Jan 9, 2023
…elude, r=Veykril

fix: prefix prelude items whose name collides in current scope

Fixes rust-lang#13873

When we assemble path for prelude items whose name collides with other item in scope, we should always prefix it with module paths.
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.

ICE with pattern match on xcrate-reexported enum variant
3 participants