1
1
error[E0798]: return value of `"C-cmse-nonsecure-entry"` function too large to pass via registers
2
- --> $DIR/return-via-stack.rs:25 :48
2
+ --> $DIR/return-via-stack.rs:24 :48
3
3
|
4
4
LL | pub extern "C-cmse-nonsecure-entry" fn f1() -> ReprCU64 {
5
5
| ^^^^^^^^ this type doesn't fit in the available registers
@@ -8,7 +8,7 @@ LL | pub extern "C-cmse-nonsecure-entry" fn f1() -> ReprCU64 {
8
8
= note: the result must either be a (transparently wrapped) i64, u64 or f64, or be at most 4 bytes in size
9
9
10
10
error[E0798]: return value of `"C-cmse-nonsecure-entry"` function too large to pass via registers
11
- --> $DIR/return-via-stack.rs:30 :48
11
+ --> $DIR/return-via-stack.rs:29 :48
12
12
|
13
13
LL | pub extern "C-cmse-nonsecure-entry" fn f2() -> ReprCBytes {
14
14
| ^^^^^^^^^^ this type doesn't fit in the available registers
@@ -17,7 +17,7 @@ LL | pub extern "C-cmse-nonsecure-entry" fn f2() -> ReprCBytes {
17
17
= note: the result must either be a (transparently wrapped) i64, u64 or f64, or be at most 4 bytes in size
18
18
19
19
error[E0798]: return value of `"C-cmse-nonsecure-entry"` function too large to pass via registers
20
- --> $DIR/return-via-stack.rs:35 :48
20
+ --> $DIR/return-via-stack.rs:34 :48
21
21
|
22
22
LL | pub extern "C-cmse-nonsecure-entry" fn f3() -> U64Compound {
23
23
| ^^^^^^^^^^^ this type doesn't fit in the available registers
@@ -26,7 +26,7 @@ LL | pub extern "C-cmse-nonsecure-entry" fn f3() -> U64Compound {
26
26
= note: the result must either be a (transparently wrapped) i64, u64 or f64, or be at most 4 bytes in size
27
27
28
28
error[E0798]: return value of `"C-cmse-nonsecure-entry"` function too large to pass via registers
29
- --> $DIR/return-via-stack.rs:40 :48
29
+ --> $DIR/return-via-stack.rs:39 :48
30
30
|
31
31
LL | pub extern "C-cmse-nonsecure-entry" fn f4() -> ReprCAlign16 {
32
32
| ^^^^^^^^^^^^ this type doesn't fit in the available registers
@@ -35,7 +35,7 @@ LL | pub extern "C-cmse-nonsecure-entry" fn f4() -> ReprCAlign16 {
35
35
= note: the result must either be a (transparently wrapped) i64, u64 or f64, or be at most 4 bytes in size
36
36
37
37
error[E0798]: return value of `"C-cmse-nonsecure-entry"` function too large to pass via registers
38
- --> $DIR/return-via-stack.rs:47 :48
38
+ --> $DIR/return-via-stack.rs:46 :48
39
39
|
40
40
LL | pub extern "C-cmse-nonsecure-entry" fn f5() -> [u8; 5] {
41
41
| ^^^^^^^ this type doesn't fit in the available registers
@@ -44,7 +44,7 @@ LL | pub extern "C-cmse-nonsecure-entry" fn f5() -> [u8; 5] {
44
44
= note: the result must either be a (transparently wrapped) i64, u64 or f64, or be at most 4 bytes in size
45
45
46
46
error[E0798]: return value of `"C-cmse-nonsecure-entry"` function too large to pass via registers
47
- --> $DIR/return-via-stack.rs:53 :50
47
+ --> $DIR/return-via-stack.rs:52 :50
48
48
|
49
49
LL | pub extern "C-cmse-nonsecure-entry" fn u128() -> u128 {
50
50
| ^^^^ this type doesn't fit in the available registers
@@ -53,7 +53,7 @@ LL | pub extern "C-cmse-nonsecure-entry" fn u128() -> u128 {
53
53
= note: the result must either be a (transparently wrapped) i64, u64 or f64, or be at most 4 bytes in size
54
54
55
55
error[E0798]: return value of `"C-cmse-nonsecure-entry"` function too large to pass via registers
56
- --> $DIR/return-via-stack.rs:59 :50
56
+ --> $DIR/return-via-stack.rs:58 :50
57
57
|
58
58
LL | pub extern "C-cmse-nonsecure-entry" fn i128() -> i128 {
59
59
| ^^^^ this type doesn't fit in the available registers
@@ -62,7 +62,7 @@ LL | pub extern "C-cmse-nonsecure-entry" fn i128() -> i128 {
62
62
= note: the result must either be a (transparently wrapped) i64, u64 or f64, or be at most 4 bytes in size
63
63
64
64
error[E0798]: return value of `"C-cmse-nonsecure-entry"` function too large to pass via registers
65
- --> $DIR/return-via-stack.rs:76 :56
65
+ --> $DIR/return-via-stack.rs:75 :56
66
66
|
67
67
LL | pub extern "C-cmse-nonsecure-entry" fn union_rust() -> ReprRustUnionU64 {
68
68
| ^^^^^^^^^^^^^^^^ this type doesn't fit in the available registers
@@ -71,7 +71,7 @@ LL | pub extern "C-cmse-nonsecure-entry" fn union_rust() -> ReprRustUnionU64 {
71
71
= note: the result must either be a (transparently wrapped) i64, u64 or f64, or be at most 4 bytes in size
72
72
73
73
error[E0798]: return value of `"C-cmse-nonsecure-entry"` function too large to pass via registers
74
- --> $DIR/return-via-stack.rs:81 :53
74
+ --> $DIR/return-via-stack.rs:80 :53
75
75
|
76
76
LL | pub extern "C-cmse-nonsecure-entry" fn union_c() -> ReprCUnionU64 {
77
77
| ^^^^^^^^^^^^^ this type doesn't fit in the available registers
0 commit comments