Skip to content

Commit

Permalink
Merge pull request #4010 from rust-lang/rustup-2024-11-03
Browse files Browse the repository at this point in the history
Automatic Rustup
  • Loading branch information
RalfJung authored Nov 3, 2024
2 parents efd9c8d + 942baaf commit 052bdcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
00ed73cdc09a6452cb58202d56a9211fb3c73031
67395551d07b0eaf6a45ed3bf1759530ca2235d7
2 changes: 1 addition & 1 deletion src/machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ impl<'tcx> MiriMachine<'tcx> {
clock: Clock::new(config.isolated_op == IsolatedOp::Allow),
#[cfg(unix)]
native_lib: config.native_lib.as_ref().map(|lib_file_path| {
let target_triple = tcx.sess.opts.target_triple.triple();
let target_triple = tcx.sess.opts.target_triple.tuple();
// Check if host target == the session target.
if env!("TARGET") != target_triple {
panic!(
Expand Down

0 comments on commit 052bdcb

Please sign in to comment.