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 5b7daa7 commit 5290542Copy full SHA for 5290542
src/tools/miri/src/shims/backtrace.rs
@@ -130,7 +130,7 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
130
this.tcx.sess.source_map().lookup_char_pos(BytePos(offset.bytes().try_into().unwrap()));
131
132
let name = fn_instance.to_string();
133
- let filename = lo.file.name.prefer_remapped_unconditionaly().to_string();
+ let filename = lo.file.name.prefer_remapped_unconditionally().to_string();
134
135
interp_ok((fn_instance, lo, name, filename))
136
}
0 commit comments