Skip to content

Commit 3b1eeab

Browse files
committed
Auto merge of #2372 - RalfJung:rustup, r=RalfJung
rustup Cc rust-lang/rust#99224
2 parents e067258 + eaa7f10 commit 3b1eeab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cbb07c27a4d78f95557a6b9cdcc32f98d67a0c22
1+
0ed9c64c3e63acac9bd77abce62501696c390450

src/shims/backtrace.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
4848
let mut span = frame.current_span();
4949
// Match the behavior of runtime backtrace spans
5050
// by using a non-macro span in our backtrace. See `FunctionCx::debug_loc`.
51-
if span.from_expansion() && !tcx.sess.opts.debugging_opts.debug_macros {
51+
if span.from_expansion() && !tcx.sess.opts.unstable_opts.debug_macros {
5252
span = rustc_span::hygiene::walk_chain(span, frame.body.span.ctxt())
5353
}
5454
data.push((frame.instance, span.lo()));

0 commit comments

Comments
 (0)