@@ -504,7 +504,7 @@ impl RustcInternal for ExistentialProjection {
504504 tables : & mut Tables < ' _ , BridgeTys > ,
505505 tcx : impl InternalCx < ' tcx > ,
506506 ) -> Self :: T < ' tcx > {
507- use crate :: unstable:: internal_cx:: SmirExistentialProjection ;
507+ use crate :: unstable:: internal_cx:: ExistentialProjectionHelpers ;
508508 tcx. new_from_args (
509509 self . def_id . 0 . internal ( tables, tcx) ,
510510 self . generic_args . internal ( tables, tcx) ,
@@ -536,7 +536,7 @@ impl RustcInternal for ExistentialTraitRef {
536536 tables : & mut Tables < ' _ , BridgeTys > ,
537537 tcx : impl InternalCx < ' tcx > ,
538538 ) -> Self :: T < ' tcx > {
539- use crate :: unstable:: internal_cx:: SmirExistentialTraitRef ;
539+ use crate :: unstable:: internal_cx:: ExistentialTraitRefHelpers ;
540540 tcx. new_from_args (
541541 self . def_id . 0 . internal ( tables, tcx) ,
542542 self . generic_args . internal ( tables, tcx) ,
@@ -552,7 +552,7 @@ impl RustcInternal for TraitRef {
552552 tables : & mut Tables < ' _ , BridgeTys > ,
553553 tcx : impl InternalCx < ' tcx > ,
554554 ) -> Self :: T < ' tcx > {
555- use crate :: unstable:: internal_cx:: SmirTraitRef ;
555+ use crate :: unstable:: internal_cx:: TraitRefHelpers ;
556556 tcx. new_from_args ( self . def_id . 0 . internal ( tables, tcx) , self . args ( ) . internal ( tables, tcx) )
557557 }
558558}
0 commit comments