generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Labels
[C] Feature / EnhancementA new feature request or enhancement to an existing feature.A new feature request or enhancement to an existing feature.[E] User ExperienceAn UX enhancement for an existing feature. Including deprecation of an existing one.An UX enhancement for an existing feature. Including deprecation of an existing one.
Milestone
Description
I tried the code inside tests/cargo-kani/dependencies using the following command line invocation:
cargo kani --function check_dummy
cargo kani --function check_dummy
with Kani version:
I expected to see this happen: explanation
Compilation should only execute once. In the second case, only CBMC should execute.
Instead, this happened: Cargo compiles the project and its dependencies every time we execute cargo kani.
Metadata
Metadata
Assignees
Labels
[C] Feature / EnhancementA new feature request or enhancement to an existing feature.A new feature request or enhancement to an existing feature.[E] User ExperienceAn UX enhancement for an existing feature. Including deprecation of an existing one.An UX enhancement for an existing feature. Including deprecation of an existing one.