Skip to content

Mad rustc update - #272

Merged
Nadrieril merged 6 commits into
AeneasVerif:mainfrom
Nadrieril:mad-rustc-update
Jun 28, 2024
Merged

Mad rustc update#272
Nadrieril merged 6 commits into
AeneasVerif:mainfrom
Nadrieril:mad-rustc-update

Conversation

@Nadrieril

@Nadrieril Nadrieril commented Jun 26, 2024

Copy link
Copy Markdown
Member

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

Closes #182.

Comment thread charon/tests/ui/matches.out
Comment thread charon/tests/ui/constants.out Outdated
@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
@Nadrieril
Nadrieril deleted the mad-rustc-update branch June 28, 2024 06:29
},
0 => {
@0 := const (false)
}

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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