File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -830,9 +830,9 @@ impl<'tcx> CommonTypes<'tcx> {
830830 fn new ( interners : & CtxtInterners < ' tcx > ) -> CommonTypes < ' tcx > {
831831 // Ensure our type representation does not grow
832832 #[ cfg( all( not( stage0) , target_pointer_width = "64" ) ) ]
833- static ASSERT_TY_KIND : ( ) = [ ( ) ] [ !( std:: mem:: size_of :: < ty:: TyKind > ( ) <= 24 ) as usize ] ;
833+ static ASSERT_TY_KIND : ( ) = [ ( ) ] [ !( :: std:: mem:: size_of :: < ty:: TyKind > ( ) <= 24 ) as usize ] ;
834834 #[ cfg( all( not( stage0) , target_pointer_width = "64" ) ) ]
835- static ASSERT_TYS : ( ) = [ ( ) ] [ !( std:: mem:: size_of :: < ty:: TyS > ( ) <= 32 ) as usize ] ;
835+ static ASSERT_TYS : ( ) = [ ( ) ] [ !( :: std:: mem:: size_of :: < ty:: TyS > ( ) <= 32 ) as usize ] ;
836836
837837 let mk = |sty| CtxtInterners :: intern_ty ( interners, interners, sty) ;
838838 let mk_region = |r| {
You can’t perform that action at this time.
0 commit comments