Skip to content

Commit 59b4759

Browse files
Upgrade rust toolchain to 2023-04-30 (rust-lang#2456)
Co-authored-by: Celina G. Val <[email protected]>
1 parent 74839c7 commit 59b4759

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-2023-04-29"
5+
channel = "nightly-2023-04-30"
66
components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]

tests/cargo-ui/unstable-attr/invalid/expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: failed to parse `#[kani::unstable]`: expected "key = value" pair, but found\
1+
error: failed to parse `#[kani::unstable]`: missing `feature` field\
22
src/lib.rs\
33
|\
44
| #[kani::unstable(\

0 commit comments

Comments
 (0)