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.
2 parents 5538601 + c54adfe commit 90b4c8aCopy full SHA for 90b4c8a
src/shims/backtrace.rs
@@ -104,7 +104,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
104
this.tcx.sess.source_map().lookup_char_pos(BytePos(offset.bytes().try_into().unwrap()));
105
106
let name = fn_instance.to_string();
107
- let filename = lo.file.name.prefer_remapped_unconditionaly().to_string();
+ let filename = lo.file.name.prefer_remapped_unconditionally().to_string();
108
109
interp_ok((fn_instance, lo, name, filename))
110
}
0 commit comments