Skip to content

Commit 24bc1fc

Browse files
authored
Upgrade Rust toolchain to 2025-11-07 (#4454)
Relevant upstream PR: - rust-lang/rust#148188 (feat: Use annotate-snippets by default on nightly) Resolves: #4453 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
1 parent ce66203 commit 24bc1fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kani-compiler/src/session.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ static JSON_PANIC_HOOK: LazyLock<Box<dyn Fn(&panic::PanicHookInfo<'_>) + Sync +
5959
Some(Arc::new(SourceMap::new(FilePathMapping::empty()))),
6060
default_translator(),
6161
false,
62-
HumanReadableErrorType::Default,
62+
HumanReadableErrorType::Default { short: false },
6363
ColorConfig::Never,
6464
);
6565
let registry = ErrorRegistry::new(&[]);

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

0 commit comments

Comments
 (0)