kani
kani copied to clipboard
Workspaces and Features
Requested feature: Ability to deal with --workspaces and Cargo.toml features
Use case: Potential customer code (see prost below) contain workspaces.
Link to relevant documentation (Rust reference, Nomicon, RFC): https://doc.rust-lang.org/cargo/reference/manifest.html
Test case: https://github.com/informalsystems/prost
BTW I'd add the same flags as cargo build
So --workspace and --all-features looks like
@tedinski Agreed. cargo kani should look very similar to cargo test
@tedinski Shall we change these flags in the compiletest to add these flags when running?