generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Labels
[C] BugThis is a bug. Something isn't working.This is a bug. Something isn't working.
Description
The documentation of stubs still suggests --enable-unstable --enable-stubbing, but what worked for me was -Z stubbing.
I tried the following command line invocation:
cargo kani --enable-unstable --enable-stubbingwith Kani version: cargo-kani 0.59.0
I expected to see this happen: stubs being used
Instead, this happened:
error: unexpected argument '--enable-stubbing' found
tip: a similar argument exists: '--enable-unstable'
Usage: cargo-kani --enable-unstable
For more information, try '--help'.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
[C] BugThis is a bug. Something isn't working.This is a bug. Something isn't working.