Skip to content

Commit 34e7c72

Browse files
authored
Upgrade toolchain to 2025-04-18 (model-checking#4031)
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 a61a52b commit 34e7c72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

tools/scanner/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extern crate stable_mir;
2323
use crate::analysis::OverallStats;
2424
use rustc_middle::ty::TyCtxt;
2525
use rustc_session::config::OutputType;
26-
use rustc_smir::{run_with_tcx, rustc_internal};
26+
use rustc_smir::run_with_tcx;
2727
use stable_mir::CompilerError;
2828
use std::ops::ControlFlow;
2929
use std::path::{Path, PathBuf};

0 commit comments

Comments
 (0)