-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade Rust toolchain to nightly-2024-01-24 (#3008)
Resolves #3007. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses. --------- Signed-off-by: Felipe R. Monteiro <felisous@amazon.com>
- Loading branch information
1 parent
f8fabc4
commit 3ceefa7
Showing
3 changed files
with
4 additions
and
4 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,12 +1,12 @@ | ||
Checking harness check_access_length_17... | ||
|
||
Failed Checks: assumption failed\ | ||
in <usize as std::slice::SliceIndex<[Dummy]>>::get_unchecked | ||
in std::hint::assert_unchecked | ||
|
||
Checking harness check_access_length_zero... | ||
|
||
Failed Checks: assumption failed\ | ||
in <usize as std::slice::SliceIndex<[u8]>>::get_unchecked | ||
in std::hint::assert_unchecked | ||
|
||
Verification failed for - check_access_length_17 | ||
Verification failed for - check_access_length_zero |
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,6 +1,6 @@ | ||
Checking harness check_always_out_bounds... | ||
|
||
Failed Checks: assumption failed | ||
in <usize as std::slice::SliceIndex<[u8]>>::get_unchecked | ||
in std::hint::assert_unchecked | ||
|
||
Verification failed for - check_always_out_bounds |