Rename normalization functions to raw
This commit is contained in:
parent
c5205e9d56
commit
b5d2079fb9
7 changed files with 18 additions and 16 deletions
|
@ -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,
|
||||
|| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue