1
Fork 0

Rename normalization functions to raw

This commit is contained in:
Michael Goulet 2024-08-11 12:30:38 -04:00
parent c5205e9d56
commit b5d2079fb9
7 changed files with 18 additions and 16 deletions

View file

@ -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,
|| {