Skip to content

Commit bf4a698

Browse files
Automatic toolchain upgrade to nightly-2025-10-19 (#4420)
Update Rust toolchain from nightly-2025-10-18 to nightly-2025-10-19 without any other source changes. --------- Co-authored-by: tautschnig <[email protected]> Co-authored-by: Michael Tautschnig <[email protected]>
1 parent a8711c1 commit bf4a698

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

kani-compiler/src/codegen_aeneas_llbc/mir_to_ullbc/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,6 @@ impl<'a, 'tcx> Context<'a, 'tcx> {
10141014
let traitref = self
10151015
.tcx
10161016
.impl_trait_ref(impl_defid_internal)
1017-
.unwrap()
10181017
.skip_binder()
10191018
.args
10201019
.first()

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

0 commit comments

Comments
 (0)