Kani module stubs for development #3778
Labels
[C] Feature / Enhancement
A new feature request or enhancement to an existing feature.
T-User
Tag user issues / requests
Requested feature: Kani module stubs for development
Use case:
Kani is currently difficult to use in an IDE because the kani module is only injected when running
cargo kani
. This means that while writing harnesses in the IDE along with my code, the IDE does not recognize any statements likekani::any()
. This adds friction to writing new test harnesses and I cannot use facilities in the IDE to identify issues before I run my harness.If there could a module published that provided stubs for the Kani API, it would be useful for allowing the IDE to do basic type checks, etc.
The text was updated successfully, but these errors were encountered: