Skip to content

Commit

Permalink
Upgrade Rust toolchain to 2024-11-08 (#3703)
Browse files Browse the repository at this point in the history
Resolves #3702 

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
zhassan-aws authored Nov 11, 2024
1 parent 59ef4df commit c776a54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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-11-03"
channel = "nightly-2024-11-08"
components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]
1 change: 0 additions & 1 deletion tests/expected/function-contract/const_fn_with_effect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
//! Check that Kani contract can be applied to a constant function.
//! <https://github.com/model-checking/kani/issues/3258>

#![feature(effects)]
#![allow(incomplete_features)]

#[kani::requires(kani::mem::can_dereference(arg))]
Expand Down

0 comments on commit c776a54

Please sign in to comment.