@@ -9,7 +9,7 @@ error: fn_abi_of(test) = FnAbi {
9
9
abi: $SOME_ALIGN,
10
10
pref: $SOME_ALIGN,
11
11
},
12
- abi : Scalar(
12
+ backend_repr : Scalar(
13
13
Initialized {
14
14
value: Int(
15
15
I8,
@@ -48,7 +48,7 @@ error: fn_abi_of(test) = FnAbi {
48
48
abi: $SOME_ALIGN,
49
49
pref: $SOME_ALIGN,
50
50
},
51
- abi : Scalar(
51
+ backend_repr : Scalar(
52
52
Initialized {
53
53
value: Int(
54
54
I8,
@@ -107,7 +107,7 @@ error: fn_abi_of(TestFnPtr) = FnAbi {
107
107
abi: $SOME_ALIGN,
108
108
pref: $SOME_ALIGN,
109
109
},
110
- abi : Scalar(
110
+ backend_repr : Scalar(
111
111
Initialized {
112
112
value: Int(
113
113
I8,
@@ -155,7 +155,7 @@ error: fn_abi_of(TestFnPtr) = FnAbi {
155
155
abi: $SOME_ALIGN,
156
156
pref: $SOME_ALIGN,
157
157
},
158
- abi : Scalar(
158
+ backend_repr : Scalar(
159
159
Initialized {
160
160
value: Int(
161
161
I8,
@@ -205,7 +205,7 @@ error: fn_abi_of(test_generic) = FnAbi {
205
205
abi: $SOME_ALIGN,
206
206
pref: $SOME_ALIGN,
207
207
},
208
- abi : Scalar(
208
+ backend_repr : Scalar(
209
209
Initialized {
210
210
value: Pointer(
211
211
AddressSpace(
@@ -245,7 +245,7 @@ error: fn_abi_of(test_generic) = FnAbi {
245
245
abi: $SOME_ALIGN,
246
246
pref: $SOME_ALIGN,
247
247
},
248
- abi : Memory {
248
+ backend_repr : Memory {
249
249
sized: true,
250
250
},
251
251
fields: Arbitrary {
@@ -292,7 +292,7 @@ error: ABIs are not compatible
292
292
abi: $SOME_ALIGN,
293
293
pref: $SOME_ALIGN,
294
294
},
295
- abi : Scalar(
295
+ backend_repr : Scalar(
296
296
Initialized {
297
297
value: Int(
298
298
I8,
@@ -331,7 +331,7 @@ error: ABIs are not compatible
331
331
abi: $SOME_ALIGN,
332
332
pref: $SOME_ALIGN,
333
333
},
334
- abi : Memory {
334
+ backend_repr : Memory {
335
335
sized: true,
336
336
},
337
337
fields: Arbitrary {
@@ -366,7 +366,7 @@ error: ABIs are not compatible
366
366
abi: $SOME_ALIGN,
367
367
pref: $SOME_ALIGN,
368
368
},
369
- abi : Scalar(
369
+ backend_repr : Scalar(
370
370
Initialized {
371
371
value: Int(
372
372
I32,
@@ -405,7 +405,7 @@ error: ABIs are not compatible
405
405
abi: $SOME_ALIGN,
406
406
pref: $SOME_ALIGN,
407
407
},
408
- abi : Memory {
408
+ backend_repr : Memory {
409
409
sized: true,
410
410
},
411
411
fields: Arbitrary {
@@ -446,7 +446,7 @@ error: ABIs are not compatible
446
446
abi: $SOME_ALIGN,
447
447
pref: $SOME_ALIGN,
448
448
},
449
- abi : Memory {
449
+ backend_repr : Memory {
450
450
sized: true,
451
451
},
452
452
fields: Array {
@@ -486,7 +486,7 @@ error: ABIs are not compatible
486
486
abi: $SOME_ALIGN,
487
487
pref: $SOME_ALIGN,
488
488
},
489
- abi : Memory {
489
+ backend_repr : Memory {
490
490
sized: true,
491
491
},
492
492
fields: Arbitrary {
@@ -521,7 +521,7 @@ error: ABIs are not compatible
521
521
abi: $SOME_ALIGN,
522
522
pref: $SOME_ALIGN,
523
523
},
524
- abi : Memory {
524
+ backend_repr : Memory {
525
525
sized: true,
526
526
},
527
527
fields: Array {
@@ -561,7 +561,7 @@ error: ABIs are not compatible
561
561
abi: $SOME_ALIGN,
562
562
pref: $SOME_ALIGN,
563
563
},
564
- abi : Memory {
564
+ backend_repr : Memory {
565
565
sized: true,
566
566
},
567
567
fields: Arbitrary {
@@ -602,7 +602,7 @@ error: ABIs are not compatible
602
602
abi: $SOME_ALIGN,
603
603
pref: $SOME_ALIGN,
604
604
},
605
- abi : Scalar(
605
+ backend_repr : Scalar(
606
606
Initialized {
607
607
value: Float(
608
608
F32,
@@ -640,7 +640,7 @@ error: ABIs are not compatible
640
640
abi: $SOME_ALIGN,
641
641
pref: $SOME_ALIGN,
642
642
},
643
- abi : Memory {
643
+ backend_repr : Memory {
644
644
sized: true,
645
645
},
646
646
fields: Arbitrary {
@@ -675,7 +675,7 @@ error: ABIs are not compatible
675
675
abi: $SOME_ALIGN,
676
676
pref: $SOME_ALIGN,
677
677
},
678
- abi : Scalar(
678
+ backend_repr : Scalar(
679
679
Initialized {
680
680
value: Int(
681
681
I32,
@@ -714,7 +714,7 @@ error: ABIs are not compatible
714
714
abi: $SOME_ALIGN,
715
715
pref: $SOME_ALIGN,
716
716
},
717
- abi : Memory {
717
+ backend_repr : Memory {
718
718
sized: true,
719
719
},
720
720
fields: Arbitrary {
@@ -755,7 +755,7 @@ error: ABIs are not compatible
755
755
abi: $SOME_ALIGN,
756
756
pref: $SOME_ALIGN,
757
757
},
758
- abi : Scalar(
758
+ backend_repr : Scalar(
759
759
Initialized {
760
760
value: Int(
761
761
I32,
@@ -794,7 +794,7 @@ error: ABIs are not compatible
794
794
abi: $SOME_ALIGN,
795
795
pref: $SOME_ALIGN,
796
796
},
797
- abi : Memory {
797
+ backend_repr : Memory {
798
798
sized: true,
799
799
},
800
800
fields: Arbitrary {
@@ -829,7 +829,7 @@ error: ABIs are not compatible
829
829
abi: $SOME_ALIGN,
830
830
pref: $SOME_ALIGN,
831
831
},
832
- abi : Scalar(
832
+ backend_repr : Scalar(
833
833
Initialized {
834
834
value: Int(
835
835
I32,
@@ -868,7 +868,7 @@ error: ABIs are not compatible
868
868
abi: $SOME_ALIGN,
869
869
pref: $SOME_ALIGN,
870
870
},
871
- abi : Memory {
871
+ backend_repr : Memory {
872
872
sized: true,
873
873
},
874
874
fields: Arbitrary {
@@ -923,7 +923,7 @@ error: fn_abi_of(assoc_test) = FnAbi {
923
923
abi: $SOME_ALIGN,
924
924
pref: $SOME_ALIGN,
925
925
},
926
- abi : Scalar(
926
+ backend_repr : Scalar(
927
927
Initialized {
928
928
value: Pointer(
929
929
AddressSpace(
@@ -975,7 +975,7 @@ error: fn_abi_of(assoc_test) = FnAbi {
975
975
abi: $SOME_ALIGN,
976
976
pref: $SOME_ALIGN,
977
977
},
978
- abi : Memory {
978
+ backend_repr : Memory {
979
979
sized: true,
980
980
},
981
981
fields: Arbitrary {
0 commit comments