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 61eb17f + f730d7e commit 4d8b12fCopy full SHA for 4d8b12f
src/diagnostics.rs
@@ -4,7 +4,7 @@ use std::num::NonZeroU64;
4
use log::trace;
5
6
use rustc_errors::DiagnosticMessage;
7
-use rustc_span::{source_map::DUMMY_SP, SpanData, Symbol};
+use rustc_span::{DUMMY_SP, SpanData, Symbol};
8
use rustc_target::abi::{Align, Size};
9
10
use crate::borrow_tracker::stacked_borrows::diagnostics::TagHistory;
src/eval.rs
@@ -267,7 +267,7 @@ pub fn create_ecx<'mir, 'tcx: 'mir>(
267
let layout_cx = LayoutCx { tcx, param_env };
268
let mut ecx = InterpCx::new(
269
tcx,
270
- rustc_span::source_map::DUMMY_SP,
+ rustc_span::DUMMY_SP,
271
param_env,
272
MiriMachine::new(config, layout_cx),
273
);
0 commit comments