Skip to content

Commit

Permalink
Upgrade toolchain to 2024-10-30 (#3661)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tautschnig authored Oct 30, 2024
1 parent 323fc27 commit 1fe80f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# SPDX-License-Identifier: Apache-2.0 OR MIT

[toolchain]
channel = "nightly-2024-10-29"
channel = "nightly-2024-10-30"
components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]
2 changes: 1 addition & 1 deletion tests/ui/derive-arbitrary/non_arbitrary_param/expected
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
error[E0277]: the trait bound `Void: kani::Arbitrary` is not satisfied
|\
| let _wrapper: Wrapper<Void> = kani::any();\
| ^^^^^^^^^^^ the trait `kani::Arbitrary` is not implemented for `Void`, which is required by `Wrapper<Void>: kani::Arbitrary`\
| ^^^^^^^^^^^ the trait `kani::Arbitrary` is not implemented for `Void`

0 comments on commit 1fe80f9

Please sign in to comment.