-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade toolchain to nightly-2025-01-22 (#3843)
Changes required due to - rust-lang/rust#135344: Less unsafe in `dangling`/`without_provenance` - rust-lang/rust#135661: Stabilize `float_next_up_down` - rust-lang/rust#135709: Temporarily bring back `Rvalue::Len` Resolves: #3840 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
- Loading branch information
1 parent
3138a96
commit 511953d
Showing
5 changed files
with
7 additions
and
6 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
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,10 +1,13 @@ | ||
Checking harness pre_condition::harness_invalid_ptr... | ||
VERIFICATION:- SUCCESSFUL (encountered one or more panics as expected) | ||
Failed Checks: assertion failed: unsafe { read_ptr(ptr) } == -20 | ||
Failed Checks: Kani does not support reasoning about pointer to unallocated memory | ||
Failed Checks: dereference failure: pointer outside object bounds | ||
VERIFICATION:- FAILED | ||
|
||
Checking harness pre_condition::harness_stack_ptr... | ||
VERIFICATION:- SUCCESSFUL | ||
|
||
Checking harness pre_condition::harness_head_ptr... | ||
VERIFICATION:- SUCCESSFUL | ||
|
||
Complete - 3 successfully verified harnesses, 0 failures, 3 total | ||
Complete - 2 successfully verified harnesses, 1 failures, 3 total |
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