forked from model-checking/kani
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation: Updates for "Limitations" (model-checking#998)
* Documentation: Updates for "Rust feature support" * Documentation: Updates for "Overrides" * Add contents to main chapter * Restore empty "Guarantees" section
- Loading branch information
1 parent
a35b3a7
commit 4e131b2
Showing
4 changed files
with
39 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
# Limitations | ||
|
||
Like other tools, Kani comes with some limitations. In some cases, these | ||
limitations are inherent because of the techniques it's based on. 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: | ||
* Discuss what guarantees Kani provides and its trusted computing base. | ||
* Summarize the [current support for Rust features](./rust-feature-support.md). | ||
* Explain the need for [overrides](./overrides.md) and list all overriden | ||
symbols. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters