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

fix: Normalize projections in evaluated const display and layout calculation #19330

Merged
merged 3 commits into from
Mar 10, 2025

Conversation

ChayimFriedman2
Copy link
Contributor

Fixes #19231.

This is required to format evaluated consts, because we need trait env, and it needs the crate (currently it uses the last crate in topological order, which is wrong, the next commit will fix that).
@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 10, 2025
@Veykril Veykril enabled auto-merge March 10, 2025 09:05
@Veykril Veykril added this pull request to the merge queue Mar 10, 2025
Merged via the queue into rust-lang:master with commit 27a5b1b Mar 10, 2025
9 checks passed
@ChayimFriedman2 ChayimFriedman2 deleted the normalize-projection branch March 10, 2025 14:02
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.

<layout-error> on u32 bitflags struct
3 participants