Skip to content

Commit f557b4b

Browse files
committed
Upgrade Rust toolchain to 2025-11-07
Relevant upstream PR: - rust-lang/rust#148188 (feat: Use annotate-snippets by default on nightly) Resolves: model-checking#4453
1 parent ce66203 commit f557b4b

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)