-
Notifications
You must be signed in to change notification settings - Fork 94
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
Update the rust toolchain to nightly-2024-06-11 #3225
Update the rust toolchain to nightly-2024-06-11 #3225
Conversation
Changes required due to: - rust-lang/rust@a34c26e7ec Make body_owned_by return the body directly. - rust-lang/rust@333458c2cb Uplift TypeRelation and Relate - rust-lang/rust@459ce3f6bb Add an intrinsic for `ptr::metadata` Resolves: model-checking#3218
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Can you please also add tests for ptr_metadata
for the other types of pointers? Like &dyn T
and &char
? Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the thin pointer case needs to be handled. Please double check
Ah... That's because we skip statements that generate zst values. It does make me wonder if that's appropriate. But that's a different problem. Thanks @tautschnig |
Changes required due to:
ptr::metadata
Const
intoTyConst
andMirConst
Resolves: #3218
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.