Skip to content

Commit 052bdcb

Browse files
authored
Merge pull request #4010 from rust-lang/rustup-2024-11-03
Automatic Rustup
2 parents efd9c8d + 942baaf commit 052bdcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
00ed73cdc09a6452cb58202d56a9211fb3c73031
1+
67395551d07b0eaf6a45ed3bf1759530ca2235d7

src/machine.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ impl<'tcx> MiriMachine<'tcx> {
691691
clock: Clock::new(config.isolated_op == IsolatedOp::Allow),
692692
#[cfg(unix)]
693693
native_lib: config.native_lib.as_ref().map(|lib_file_path| {
694-
let target_triple = tcx.sess.opts.target_triple.triple();
694+
let target_triple = tcx.sess.opts.target_triple.tuple();
695695
// Check if host target == the session target.
696696
if env!("TARGET") != target_triple {
697697
panic!(

0 commit comments

Comments
 (0)