We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16aba95 commit ceb54c5Copy full SHA for ceb54c5
src/tools/miri/src/shims/backtrace.rs
@@ -105,7 +105,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
105
this.tcx.sess.source_map().lookup_char_pos(BytePos(offset.bytes().try_into().unwrap()));
106
107
let name = fn_instance.to_string();
108
- let filename = lo.file.name.prefer_remapped_unconditionaly().to_string();
+ let filename = lo.file.name.prefer_remapped_unconditionally().to_string();
109
110
interp_ok((fn_instance, lo, name, filename))
111
}
0 commit comments