Skip to content

Conversation

@ChayimFriedman2
Copy link
Contributor

@ChayimFriedman2 ChayimFriedman2 commented Dec 4, 2024

Polars yet again reveals issues with our nameres process due to its complex modules structure (and the cursedness of nameres).

When a glob import overriding the visibility of a previous glob import was not properly resolved when the items are only available in the next fixpoint iteration.

The bug was hidden until #18390.

And thanks to @usamoi for minimizing the bug.

Fixes #18580.

When a glob import overriding the visibility of a previous glob import was not properly resolved when the items are only available in the next fixpoint iteration.

The bug was hidden until rust-lang#18390.
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Dec 4, 2024
@Veykril Veykril added this pull request to the merge queue Dec 4, 2024
Merged via the queue into rust-lang:master with commit 4b4cec8 Dec 4, 2024
9 checks passed
@ChayimFriedman2 ChayimFriedman2 deleted the wildcard-imports branch December 4, 2024 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RA cannot resolve a trait implementation of a structure

3 participants