Skip to content

Commit 81e11ba

Browse files
authored
Update the rust toolchain to nightly-2024-04-02 (rust-lang#3127)
Changes required due to: - rust-lang/rust@a325bce3cd Normalize the result of Fields::ty_with_args Resolves: rust-lang#3125, rust-lang#3113
1 parent ac46d98 commit 81e11ba

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
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-03-29"
5+
channel = "nightly-2024-04-02"
66
components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]

tests/kani/ValidValues/write_invalid_fixme.rs tests/kani/ValidValues/write_invalid.rs

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
//! Writing invalid bytes is not UB as long as the incorrect value is not read.
77
//! However, we over-approximate for sake of simplicity and performance.
88
9-
// Note: We're getting an unexpected compilation error because the type returned
10-
// from StableMIR is `Alias`: https://github.com/model-checking/kani/issues/3113
11-
129
use std::num::NonZeroU8;
1310

1411
#[kani::proof]

0 commit comments

Comments
 (0)