Skip to content

Commit c0c9ef8

Browse files
github-actions[bot]celinvaltautschnigfeliperodri
authored
Automatic toolchain upgrade to nightly-2025-09-06 (#4339)
Update Rust toolchain from nightly-2025-09-05 to nightly-2025-09-06 without any other source changes. --------- Co-authored-by: celinval <35149715+celinval@users.noreply.github.com> Co-authored-by: Michael Tautschnig <tautschn@amazon.com> Co-authored-by: Felipe R. Monteiro <felisous@amazon.com>
1 parent f5e5538 commit c0c9ef8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kani-driver/src/metadata.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ pub mod tests {
177177

178178
#[test]
179179
fn check_find_proof_harness_without_exact() {
180-
let harnesses = vec![
180+
let harnesses = [
181181
mock_proof_harness("check_one", None, None, None),
182182
mock_proof_harness("module::check_two", None, None, None),
183183
mock_proof_harness("module::not_check_three", None, None, None),
@@ -222,7 +222,7 @@ pub mod tests {
222222
fn check_find_proof_harness_with_exact() {
223223
// Check with exact match
224224

225-
let harnesses = vec![
225+
let harnesses = [
226226
mock_proof_harness("check_one", None, None, None),
227227
mock_proof_harness("module::check_two", None, None, None),
228228
mock_proof_harness("module::not_check_three", None, None, None),

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-2025-09-05"
5+
channel = "nightly-2025-09-06"
66
components = ["llvm-tools", "rustc-dev", "rust-src", "rustfmt"]

0 commit comments

Comments
 (0)