Skip to content

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

Open
@fpoli

Description

@fpoli

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'.

Metadata

Metadata

Assignees

Labels

[C] BugThis is a bug. Something isn't working.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions