Skip to content

Commit adba538

Browse files
author
The Miri Cronjob Bot
committed
Merge from rustc
2 parents 50e969c + 2d191ee commit adba538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)