about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/const_eval
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-08-11 12:30:38 -0400
committerMichael Goulet <michael@errs.io>2024-08-11 19:40:03 -0400
commitb5d2079fb9c9ac9f0fe594f65452b4097e71c2de (patch)
tree9addb8b88143b051b163264d207f1189d32c3541 /compiler/rustc_const_eval/src/const_eval
parentc5205e9d56d3c632e83e1e5f0853d3bd82f16c0e (diff)
downloadrust-b5d2079fb9c9ac9f0fe594f65452b4097e71c2de.tar.gz
rust-b5d2079fb9c9ac9f0fe594f65452b4097e71c2de.zip
Rename normalization functions to raw
Diffstat (limited to 'compiler/rustc_const_eval/src/const_eval')
-rw-r--r--compiler/rustc_const_eval/src/const_eval/valtrees.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_const_eval/src/const_eval/valtrees.rs b/compiler/rustc_const_eval/src/const_eval/valtrees.rs
index 8227c045948..460c9797f36 100644
--- a/compiler/rustc_const_eval/src/const_eval/valtrees.rs
+++ b/compiler/rustc_const_eval/src/const_eval/valtrees.rs
@@ -195,7 +195,7 @@ fn reconstruct_place_meta<'tcx>(
 
     let mut last_valtree = valtree;
     // Traverse the type, and update `last_valtree` as we go.
-    let tail = tcx.struct_tail_with_normalize(
+    let tail = tcx.struct_tail_raw(
         layout.ty,
         |ty| ty,
         || {