Skip to content

Commit

Permalink
Update the rust toolchain to nightly-2024-04-02 (model-checking#3127)
Browse files Browse the repository at this point in the history
Changes required due to:
- rust-lang/rust@a325bce3cd Normalize the result of Fields::ty_with_args

Resolves: model-checking#3125, model-checking#3113
  • Loading branch information
tautschnig committed Apr 5, 2024
1 parent ac46d98 commit 81e11ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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-03-29"
channel = "nightly-2024-04-02"
components = ["llvm-tools-preview", "rustc-dev", "rust-src", "rustfmt"]
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
//! Writing invalid bytes is not UB as long as the incorrect value is not read.
//! However, we over-approximate for sake of simplicity and performance.

// Note: We're getting an unexpected compilation error because the type returned
// from StableMIR is `Alias`: https://github.com/model-checking/kani/issues/3113

use std::num::NonZeroU8;

#[kani::proof]
Expand Down

0 comments on commit 81e11ba

Please sign in to comment.