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

Mad rustc update #272

Merged
merged 6 commits into from
Jun 28, 2024
Merged

Mad rustc update #272

merged 6 commits into from
Jun 28, 2024

Conversation

Nadrieril
Copy link
Member

@Nadrieril Nadrieril commented Jun 26, 2024

Companion PR to hacspec/hax#735. This updates the rustc pin by about 8 months.

Closes #182.

@Nadrieril Nadrieril force-pushed the mad-rustc-update branch 3 times, most recently from 7473e15 to 38f1141 Compare June 26, 2024 13:56
Otherwise they don't have the right nightly.
I also had to update cargo dependencies because of a nightly feature
change that broke `ahash`.
@Nadrieril Nadrieril merged commit 49d06be into AeneasVerif:main Jun 28, 2024
4 of 6 checks passed
@Nadrieril Nadrieril deleted the mad-rustc-update branch June 28, 2024 06:29
@0 := const (true)
},
0 => {
@0 := const (false)
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm surprised that the order changed here (case 1 then case 0)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it changed in the MIR (and this is likely my doing again).

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh wait, that's code that we generate ourselves. We generate it in the order of the variants in the type definition, maybe that changed? That is weird.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I opened an issue #278

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.

Update rustc version
2 participants