Skip to content

Conversation

@hashcatHitman
Copy link
Contributor

The examples for configuring default-unwind inside Cargo.toml files use unquoted integers. This isn't how they are actually expected to be written, and following these examples leads to kani failing to run.

This corrects the examples in the documentation to align with the expected configuration format.

Resolves #4495

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.

The examples for configuring `default-unwind` inside Cargo.toml files
use unquoted integers. This isn't how they are actually expected to be
written, and following these examples leads to kani failing to run.

This corrects the examples in the documentation to align with the
expected configuration format.

Signed-off-by: hashcatHitman <155700084+hashcatHitman@users.noreply.github.com>
@hashcatHitman hashcatHitman requested a review from a team as a code owner December 10, 2025 19:13
@zhassan-aws
Copy link
Contributor

Thanks!

@zhassan-aws zhassan-aws added this pull request to the merge queue Dec 10, 2025
Merged via the queue into model-checking:main with commit 21f3a28 Dec 10, 2025
33 checks passed
@hashcatHitman hashcatHitman deleted the default-unwind-docs branch December 10, 2025 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs are misleading about default-unwind configuration

2 participants