Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs still suggesting --enable-unstable --enable-stubbing #3908

Open
fpoli opened this issue Feb 26, 2025 · 1 comment
Open

Docs still suggesting --enable-unstable --enable-stubbing #3908

fpoli opened this issue Feb 26, 2025 · 1 comment
Assignees
Labels
[C] Bug This is a bug. Something isn't working.

Comments

@fpoli
Copy link

fpoli commented Feb 26, 2025

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-stubbing

with 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'.
@fpoli fpoli added the [C] Bug This is a bug. Something isn't working. label Feb 26, 2025
@zhassan-aws
Copy link
Contributor

Good catch @fpoli! We will fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[C] Bug This is a bug. Something isn't working.
Projects
None yet
Development

No branches or pull requests

3 participants