-
Notifications
You must be signed in to change notification settings - Fork 92
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 rust toolchain version for Kani 0.24 #2283
Comments
Please make sure you re-enable the rust compiler log that is being disabled in #2149 |
The related code is here: kani/kani-compiler/src/session.rs Lines 73 to 76 in 5195423
|
@tautschnig
I asked Celina about this bug, and here is what she found
|
For the record, this commit has the changes to the cranelift backend to handle the changes in rust-lang/rust#107267: bjorn3/rustc_codegen_cranelift@8494882 It may give us a hint of the changes needed on the Kani side. |
If I understand https://doc.rust-lang.org/beta/nightly-rustc/rustc_middle/mir/enum.AggregateKind.html#variant.Adt correctly, we need to generate Edit: this is about https://github.com/model-checking/kani/blob/main/kani-compiler/src/codegen_cprover_gotoc/codegen/rvalue.rs#L318; for |
Unfortunately we were not able to do the update on time. We have now switched it to a tentative nightly update. |
Biweekly update for the rust toolchain version. For Kani 0.24, we will target the new year version: nightly-2023-03-09.
The text was updated successfully, but these errors were encountered: