-
Notifications
You must be signed in to change notification settings - Fork 102
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
Upgrade toolchain to 2025-02-11 #3887
base: main
Are you sure you want to change the base?
Upgrade toolchain to 2025-02-11 #3887
Conversation
Can you add a link to the upstream PR that required the change to the Kani code? |
Changes seemed sane, but tests are still failing.
I did some debugging. The problem is that our parsing logic no longer works. Specifically, the comment above kani/kani-compiler/src/codegen_cprover_gotoc/codegen/function.rs Lines 274 to 281 in 475ea5e
but the documentation for @thanhnguyen-aws I pushed a copy of this branch with some debug statements added to this branch so you can pick up debugging from there. (Make sure to remove these statements in your final PR). |
Update Rust to nightly-2025-02-11
Upstream PR: rust-lang/rust@ee7dc06#diff-51b3860a8aed92b0e981635d4118d369c49850f5b7acf780d31f5ddd5d5d0bc2
Resolves #3884
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.