@@ -234,7 +234,7 @@ impl <T> Default for ReplacedWithoutDestructorFwd<T> {
234
234
fn default ( ) -> Self { unsafe { :: std:: mem:: zeroed ( ) } }
235
235
}
236
236
#[ test]
237
- fn __bindgen_test_layout_Foo_instantiation ( ) {
237
+ fn __bindgen_test_layout_Foo_open0_int_int_close0_instantiation ( ) {
238
238
assert_eq ! ( :: std:: mem:: size_of:: <Foo <:: std:: os:: raw:: c_int>>( ) , 24usize ,
239
239
concat ! (
240
240
"Size of template specialization: " , stringify ! (
@@ -245,7 +245,7 @@ fn __bindgen_test_layout_Foo_instantiation() {
245
245
Foo <:: std:: os:: raw:: c_int> ) ) ) ;
246
246
}
247
247
#[ test]
248
- fn __bindgen_test_layout_Foo_instantiation_1 ( ) {
248
+ fn __bindgen_test_layout_Foo_open0_int_int_close0_instantiation_1 ( ) {
249
249
assert_eq ! ( :: std:: mem:: size_of:: <Foo <:: std:: os:: raw:: c_int>>( ) , 24usize ,
250
250
concat ! (
251
251
"Size of template specialization: " , stringify ! (
@@ -256,7 +256,7 @@ fn __bindgen_test_layout_Foo_instantiation_1() {
256
256
Foo <:: std:: os:: raw:: c_int> ) ) ) ;
257
257
}
258
258
#[ test]
259
- fn __bindgen_test_layout_Rooted_instantiation ( ) {
259
+ fn __bindgen_test_layout_Rooted_open0__bindgen_ty_id_108_close0_instantiation ( ) {
260
260
assert_eq ! ( :: std:: mem:: size_of:: <Rooted <* mut :: std:: os:: raw:: c_void>>( ) ,
261
261
24usize , concat ! (
262
262
"Size of template specialization: " , stringify ! (
@@ -267,7 +267,7 @@ fn __bindgen_test_layout_Rooted_instantiation() {
267
267
Rooted <* mut :: std:: os:: raw:: c_void> ) ) ) ;
268
268
}
269
269
#[ test]
270
- fn __bindgen_test_layout_Rooted_instantiation_1 ( ) {
270
+ fn __bindgen_test_layout_Rooted_open0__bindgen_ty_id_114_close0_instantiation ( ) {
271
271
assert_eq ! ( :: std:: mem:: size_of:: <Rooted <* mut :: std:: os:: raw:: c_void>>( ) ,
272
272
24usize , concat ! (
273
273
"Size of template specialization: " , stringify ! (
@@ -278,7 +278,7 @@ fn __bindgen_test_layout_Rooted_instantiation_1() {
278
278
Rooted <* mut :: std:: os:: raw:: c_void> ) ) ) ;
279
279
}
280
280
#[ test]
281
- fn __bindgen_test_layout_WithDtor_instantiation ( ) {
281
+ fn __bindgen_test_layout_WithDtor_open0_int_close0_instantiation ( ) {
282
282
assert_eq ! ( :: std:: mem:: size_of:: <WithDtor <:: std:: os:: raw:: c_int>>( ) ,
283
283
4usize , concat ! (
284
284
"Size of template specialization: " , stringify ! (
@@ -289,7 +289,7 @@ fn __bindgen_test_layout_WithDtor_instantiation() {
289
289
WithDtor <:: std:: os:: raw:: c_int> ) ) ) ;
290
290
}
291
291
#[ test]
292
- fn __bindgen_test_layout_Opaque_instantiation ( ) {
292
+ fn __bindgen_test_layout_Opaque_open0_int_close0_instantiation ( ) {
293
293
assert_eq ! ( :: std:: mem:: size_of:: <u32 >( ) , 4usize , concat ! (
294
294
"Size of template specialization: " , stringify ! ( u32 ) ) ) ;
295
295
assert_eq ! ( :: std:: mem:: align_of:: <u32 >( ) , 4usize , concat ! (
0 commit comments