Skip to content

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

Merged
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:issue-13872
May 1, 2014
Merged

rustc: Fix def ids of xcrate-reexported items#13873
bors merged 1 commit into
rust-lang:masterfrom
alexcrichton:issue-13872

Conversation

@alexcrichton

Copy link
Copy Markdown
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.
Closesrust-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
@borsbors closed this May 1, 2014
@bors
bors merged commit 8c87eff into rust-lang:masterMay 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
Fixesrust-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.
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jan 9, 2025
…lready been resolved (rust-lang#13873)
The "known problems" pointed out in the `match_same_arms` lint seem to
have already been resolved.
changelog: none
Sign up for freeto 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

@alexcrichton@Aatch@bors