about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/const_eval/mod.rs
diff options
context:
space:
mode:
authorStypox <stypox@pm.me>2025-06-27 10:54:58 +0200
committerStypox <stypox@pm.me>2025-06-27 11:49:22 +0200
commit708dc15cf1f2fe1e0df4a2485e455337408932da (patch)
tree75eb289e236614c0a91ea829ec3bbd98bd5e88e5 /compiler/rustc_const_eval/src/const_eval/mod.rs
parent5e1082899b06c821f8bf06f3458c76a87c89dcd4 (diff)
downloadrust-708dc15cf1f2fe1e0df4a2485e455337408932da.tar.gz
rust-708dc15cf1f2fe1e0df4a2485e455337408932da.zip
Add InterpCx::layout_of with tracing, shadowing LayoutOf
Diffstat (limited to 'compiler/rustc_const_eval/src/const_eval/mod.rs')
-rw-r--r--compiler/rustc_const_eval/src/const_eval/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_const_eval/src/const_eval/mod.rs b/compiler/rustc_const_eval/src/const_eval/mod.rs
index 73cb1e77436..2aaf718c733 100644
--- a/compiler/rustc_const_eval/src/const_eval/mod.rs
+++ b/compiler/rustc_const_eval/src/const_eval/mod.rs
@@ -2,7 +2,6 @@
 
 use rustc_abi::{FieldIdx, VariantIdx};
 use rustc_middle::query::Key;
-use rustc_middle::ty::layout::LayoutOf;
 use rustc_middle::ty::{self, Ty, TyCtxt};
 use rustc_middle::{bug, mir};
 use tracing::instrument;