Skip to content

Conversation

@ShoyuVanilla
Copy link
Member

@ShoyuVanilla ShoyuVanilla commented Feb 9, 2026

Fixes #21605

This got changed in rustc in rust-lang/rust#140236.

I'm gonna uplift the implementation to rustc_type_ir in rustc

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 9, 2026
@ChayimFriedman2 ChayimFriedman2 added this pull request to the merge queue Feb 9, 2026
@ChayimFriedman2
Copy link
Contributor

Can't merge, a GitHub outage is underway. Feel free to merge yourself when you can.

@ShoyuVanilla ShoyuVanilla changed the title fix: Sync allow_normalize to rustc fix: Sync allow_normalization to rustc Feb 9, 2026
@ChayimFriedman2 ChayimFriedman2 removed this pull request from the merge queue due to a manual request Feb 9, 2026
@ChayimFriedman2 ChayimFriedman2 added this pull request to the merge queue Feb 9, 2026
Merged via the queue into rust-lang:master with commit 9efc1f7 Feb 9, 2026
15 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 9, 2026
@ShoyuVanilla ShoyuVanilla deleted the issue-21605 branch February 9, 2026 20:26
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Feb 10, 2026
…e, r=lcnr

Uplift `Predicate::allow_normalization` to `rustc_type_ir`

Found this FIXME comment while fixing a bug in rust-analyzer 😄
cc rust-lang/rust-analyzer#21611

r? types
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Feb 10, 2026
…e, r=lcnr

Uplift `Predicate::allow_normalization` to `rustc_type_ir`

Found this FIXME comment while fixing a bug in rust-analyzer 😄
cc rust-lang/rust-analyzer#21611

r? types
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Feb 10, 2026
…e, r=lcnr

Uplift `Predicate::allow_normalization` to `rustc_type_ir`

Found this FIXME comment while fixing a bug in rust-analyzer 😄
cc rust-lang/rust-analyzer#21611

r? types
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Feb 10, 2026
…e, r=lcnr

Uplift `Predicate::allow_normalization` to `rustc_type_ir`

Found this FIXME comment while fixing a bug in rust-analyzer 😄
cc rust-lang/rust-analyzer#21611

r? types
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Feb 10, 2026
…e, r=lcnr

Uplift `Predicate::allow_normalization` to `rustc_type_ir`

Found this FIXME comment while fixing a bug in rust-analyzer 😄
cc rust-lang/rust-analyzer#21611

r? types
rust-timer added a commit to rust-lang/rust that referenced this pull request Feb 10, 2026
Rollup merge of #152396 - ShoyuVanilla:uplift-allow-normalize, r=lcnr

Uplift `Predicate::allow_normalization` to `rustc_type_ir`

Found this FIXME comment while fixing a bug in rust-analyzer 😄
cc rust-lang/rust-analyzer#21611

r? types
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.

Incorrect use of trait object makes rust-analyzer panic

3 participants