Skip to content

Commit dbc55a2

Browse files
Update toolchain to 08-25-2025 (#4316)
This PR updates Rust toolchain to 08/25/2025 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 8b8b897 commit dbc55a2

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

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-2025-08-20"
5+
channel = "nightly-2025-08-25"
66
components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
error[E0277]: the trait bound `NotArbitrary: kani::Arbitrary` is not satisfied
22
|\
33
| not_arbitrary: NotArbitrary,\
4-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `kani::Arbitrary` is not implemented for `NotArbitrary`
4+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
5+
6+
help: the trait `kani::Arbitrary` is not implemented for `NotArbitrary`
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
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`
4+
| ^^^^^^^^^^^ unsatisfied trait bound
5+
6+
help: the trait `kani::Arbitrary` is not implemented for `Void`

0 commit comments

Comments
 (0)