VOOZH about

URL: https://model-checking.github.io/kani/limitations.html

⇱ Limitations - The Kani Rust Verifier


Keyboard shortcuts

Press or to navigate between chapters

Press or to search in the book

Press to show this help

Press to hide this help

Limitations

Like other tools, Kani comes with some limitations. In some cases, these limitations are inherent because of the techniques it’s based on, or the undecidability of the properties that Kani seeks to prove. In other cases, it’s just a matter of time and effort to remove these limitations (e.g., specific unsupported Rust language features).

In this chapter, we do the following to document these limitations: