subtyping_projections
This commit is contained in:
parent
177091258c
commit
3148e6a993
28 changed files with 431 additions and 5 deletions
|
@ -872,6 +872,9 @@ pub(crate) fn codegen_place<'tcx>(
|
|||
|
||||
for elem in place.projection {
|
||||
match elem {
|
||||
PlaceElem::Subtype(_) => {
|
||||
continue;
|
||||
}
|
||||
PlaceElem::Deref => {
|
||||
cplace = cplace.place_deref(fx);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue