-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Concrete playback requires nightly rustc #1609
Comments
We could guard the usage of |
This is very similar to #1581. Same root cause. |
I haven't been able to find one, but IMHO the |
We could probably use a I was wondering if we can modify the |
Would removing the transmute theoretically remove the dependency on nightly features entirely? If so, that seems like the cleanest solution and option. But i imagine, we need |
The way we are doing transmute is the reason why we need the |
The transmute could be replaced by storing |
I tried the following:
I added the following line to
Cargo.toml
I opened src/main.rs
using the following command line invocation:
with Kani version: 0.9.0
I expected to see this happen: Cargo runs the new test and fail.
Instead, this happened: Cargo failed to build
kani
library with the following error:The text was updated successfully, but these errors were encountered: