Skip to content

Commit 645b974

Browse files
authored
Merge pull request #4442 from rust-lang/rustup-2025-07-04
Automatic Rustup
2 parents 1c3b7e2 + adba538 commit 645b974

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6268d0aa34b46981533b09827c1454b8cf27e032
1+
837c5dd7de03aa97190593aef4e70d53e1bb574b

src/shims/backtrace.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
104104
this.tcx.sess.source_map().lookup_char_pos(BytePos(offset.bytes().try_into().unwrap()));
105105

106106
let name = fn_instance.to_string();
107-
let filename = lo.file.name.prefer_remapped_unconditionaly().to_string();
107+
let filename = lo.file.name.prefer_remapped_unconditionally().to_string();
108108

109109
interp_ok((fn_instance, lo, name, filename))
110110
}

0 commit comments

Comments
 (0)