Skip to content

Commit 3ceefa7

Browse files
authored
Upgrade Rust toolchain to nightly-2024-01-24 (rust-lang#3008)
Resolves model-checking/kani#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 <[email protected]>
1 parent f8fabc4 commit 3ceefa7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# SPDX-License-Identifier: Apache-2.0 OR MIT
33

44
[toolchain]
5-
channel = "nightly-2024-01-23"
5+
channel = "nightly-2024-01-24"
66
components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Checking harness check_access_length_17...
22

33
Failed Checks: assumption failed\
4-
in <usize as std::slice::SliceIndex<[Dummy]>>::get_unchecked
4+
in std::hint::assert_unchecked
55

66
Checking harness check_access_length_zero...
77

88
Failed Checks: assumption failed\
9-
in <usize as std::slice::SliceIndex<[u8]>>::get_unchecked
9+
in std::hint::assert_unchecked
1010

1111
Verification failed for - check_access_length_17
1212
Verification failed for - check_access_length_zero
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Checking harness check_always_out_bounds...
22

33
Failed Checks: assumption failed
4-
in <usize as std::slice::SliceIndex<[u8]>>::get_unchecked
4+
in std::hint::assert_unchecked
55

66
Verification failed for - check_always_out_bounds

0 commit comments

Comments
 (0)