Skip to content

fix: Fix hir::Type owner mismatches between anon consts - #23315

Open
ChayimFriedman2 wants to merge 1 commit into
rust-lang:masterfrom
ChayimFriedman2:anon-const-owner
Open

fix: Fix hir::Type owner mismatches between anon consts#23315
ChayimFriedman2 wants to merge 1 commit into
rust-lang:masterfrom
ChayimFriedman2:anon-const-owner

Conversation

@ChayimFriedman2

Copy link
Copy Markdown
Contributor

By not giving anon consts their own owner. This eases work and does not cause harm.

I had to revert making TypeOwnerId lifetime'd unfortunately but it was not hard (so it won't be hard to put it back when needed).

Fixes #23313.

By not giving anon consts their own owner. This eases work and does not cause harm.

I had to revert making `TypeOwnerId` lifetime'd unfortunately but it was not hard (so it won't be hard to put it back when needed).
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 8, 2026
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.

panic: failed to unify type owners

2 participants