-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failures when iterating over results #556
Labels
[C] Bug
This is a bug. Something isn't working.
Milestone
Comments
Kani still reports two spurious failures on this example"
|
I think this is a duplicate from #576. These are issues related to the fact that we are not able to link against std functions. |
tedinski
pushed a commit
to tedinski/rmc
that referenced
this issue
Apr 22, 2022
…ing#556, and model-checking#560 (model-checking#952) Add tests for a few open issues.
tedinski
pushed a commit
to tedinski/rmc
that referenced
this issue
Apr 25, 2022
…ing#556, and model-checking#560 (model-checking#952) Add tests for a few open issues.
tedinski
pushed a commit
to tedinski/rmc
that referenced
this issue
Apr 26, 2022
…ing#556, and model-checking#560 (model-checking#952) Add tests for a few open issues.
4 tasks
This issue has been resolved by #1785. The issue is covered by the test added in the same PR. https://github.com/model-checking/kani/blob/main/tests/kani/Strings/parse.rs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The "Rust by Example" book contains several examples where iterators are used over result values. Take for instance this code (actual example in that section):
This example does not successfully verify with RMC. Running this command
gets me these results:
But the example runs fine in Rust, producing this output:
The text was updated successfully, but these errors were encountered: