@@ -658,12 +658,12 @@ const _: () = {
658658 assert ! ( offset_of!( AccessorProperty , type_annotation) == 88 ) ;
659659 assert ! ( offset_of!( AccessorProperty , accessibility) == 96 ) ;
660660
661- assert ! ( size_of:: <ImportExpression >( ) == 64 ) ;
661+ assert ! ( size_of:: <ImportExpression >( ) == 48 ) ;
662662 assert ! ( align_of:: <ImportExpression >( ) == 8 ) ;
663663 assert ! ( offset_of!( ImportExpression , span) == 0 ) ;
664664 assert ! ( offset_of!( ImportExpression , source) == 8 ) ;
665665 assert ! ( offset_of!( ImportExpression , options) == 24 ) ;
666- assert ! ( offset_of!( ImportExpression , phase) == 56 ) ;
666+ assert ! ( offset_of!( ImportExpression , phase) == 40 ) ;
667667
668668 assert ! ( size_of:: <ImportDeclaration >( ) == 112 ) ;
669669 assert ! ( align_of:: <ImportDeclaration >( ) == 8 ) ;
@@ -2051,12 +2051,12 @@ const _: () = {
20512051 assert ! ( offset_of!( AccessorProperty , type_annotation) == 48 ) ;
20522052 assert ! ( offset_of!( AccessorProperty , accessibility) == 52 ) ;
20532053
2054- assert ! ( size_of:: <ImportExpression >( ) == 36 ) ;
2054+ assert ! ( size_of:: <ImportExpression >( ) == 28 ) ;
20552055 assert ! ( align_of:: <ImportExpression >( ) == 4 ) ;
20562056 assert ! ( offset_of!( ImportExpression , span) == 0 ) ;
20572057 assert ! ( offset_of!( ImportExpression , source) == 8 ) ;
20582058 assert ! ( offset_of!( ImportExpression , options) == 16 ) ;
2059- assert ! ( offset_of!( ImportExpression , phase) == 32 ) ;
2059+ assert ! ( offset_of!( ImportExpression , phase) == 24 ) ;
20602060
20612061 assert ! ( size_of:: <ImportDeclaration >( ) == 64 ) ;
20622062 assert ! ( align_of:: <ImportDeclaration >( ) == 4 ) ;
0 commit comments