Skip to content

Commit 1fe80f9

Browse files
authored
Upgrade toolchain to 2024-10-30 (#3661)
Changes required due to rust-lang/rust#132157 (Remove detail from label/note that is already available in other note). Resolves: #3659 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
1 parent 323fc27 commit 1fe80f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-toolchain.toml

+1-1
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-10-29"
5+
channel = "nightly-2024-10-30"
66
components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
error[E0277]: the trait bound `Void: kani::Arbitrary` is not satisfied
22
|\
33
| let _wrapper: Wrapper<Void> = kani::any();\
4-
| ^^^^^^^^^^^ the trait `kani::Arbitrary` is not implemented for `Void`, which is required by `Wrapper<Void>: kani::Arbitrary`\
4+
| ^^^^^^^^^^^ the trait `kani::Arbitrary` is not implemented for `Void`

0 commit comments

Comments
 (0)