Add InterpCx::layout_of with tracing, shadowing LayoutOf

This commit is contained in:
Stypox
2025-06-27 10:54:58 +02:00
parent 5e1082899b
commit 708dc15cf1
32 changed files with 30 additions and 32 deletions

View File

@@ -7,7 +7,7 @@ use either::{Either, Left, Right};
use rustc_hir as hir;
use rustc_hir::definitions::DefPathData;
use rustc_index::IndexVec;
use rustc_middle::ty::layout::{LayoutOf, TyAndLayout};
use rustc_middle::ty::layout::TyAndLayout;
use rustc_middle::ty::{self, Ty, TyCtxt};
use rustc_middle::{bug, mir};
use rustc_mir_dataflow::impls::always_storage_live_locals;