You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected to see this happen: Playback should run the test
Instead, this happened: I get the following error:
error: The `playback` subcommand is unstable and requires `-Z concrete-playback` to be used.
Usage: cargo-kani [OPTIONS] [COMMAND]
For more information, try '--help'.
If I add -Z concrete-playback, Kani runs but not in debug mode.
The text was updated successfully, but these errors were encountered:
I tried running
cargo kani playback
in a package with the following Cargo.toml:using the following command line invocation:
with Kani version: #2464
I expected to see this happen: Playback should run the test
Instead, this happened: I get the following error:
If I add
-Z concrete-playback
, Kani runs but not in debug mode.The text was updated successfully, but these errors were encountered: