@@ -504,7 +504,7 @@ impl RustcInternal for ExistentialProjection {
504
504
tables : & mut Tables < ' _ , BridgeTys > ,
505
505
tcx : impl InternalCx < ' tcx > ,
506
506
) -> Self :: T < ' tcx > {
507
- use crate :: unstable:: internal_cx:: SmirExistentialProjection ;
507
+ use crate :: unstable:: internal_cx:: ExistentialProjectionHelpers ;
508
508
tcx. new_from_args (
509
509
self . def_id . 0 . internal ( tables, tcx) ,
510
510
self . generic_args . internal ( tables, tcx) ,
@@ -536,7 +536,7 @@ impl RustcInternal for ExistentialTraitRef {
536
536
tables : & mut Tables < ' _ , BridgeTys > ,
537
537
tcx : impl InternalCx < ' tcx > ,
538
538
) -> Self :: T < ' tcx > {
539
- use crate :: unstable:: internal_cx:: SmirExistentialTraitRef ;
539
+ use crate :: unstable:: internal_cx:: ExistentialTraitRefHelpers ;
540
540
tcx. new_from_args (
541
541
self . def_id . 0 . internal ( tables, tcx) ,
542
542
self . generic_args . internal ( tables, tcx) ,
@@ -552,7 +552,7 @@ impl RustcInternal for TraitRef {
552
552
tables : & mut Tables < ' _ , BridgeTys > ,
553
553
tcx : impl InternalCx < ' tcx > ,
554
554
) -> Self :: T < ' tcx > {
555
- use crate :: unstable:: internal_cx:: SmirTraitRef ;
555
+ use crate :: unstable:: internal_cx:: TraitRefHelpers ;
556
556
tcx. new_from_args ( self . def_id . 0 . internal ( tables, tcx) , self . args ( ) . internal ( tables, tcx) )
557
557
}
558
558
}
0 commit comments