@@ -2,43 +2,43 @@ error[E0798]: arguments for `"cmse-nonsecure-call"` function too large to pass v
22 --> $DIR/params-via-stack.rs:16:64
33 |
44LL | f1: extern "cmse-nonsecure-call" fn(u32, u32, u32, u32, x: u32, y: u32),
5- | ^^^ ^^^ these arguments don't fit in the available registers
5+ | ^^^ ^^^ does not fit in the available registers
66 | |
7- | these arguments don't fit in the available registers
7+ | does not fit in the available registers
88 |
9- = note: functions with the `"cmse-nonsecure-call"` ABI must pass all their arguments via the 4 32-bit available argument registers
9+ = note: functions with the `"cmse-nonsecure-call"` ABI must pass all their arguments via the 4 32-bit argument registers
1010
1111error[E0798]: arguments for `"cmse-nonsecure-call"` function too large to pass via registers
1212 --> $DIR/params-via-stack.rs:17:61
1313 |
1414LL | f2: extern "cmse-nonsecure-call" fn(u32, u32, u32, u16, u16),
15- | ^^^ this argument doesn't fit in the available registers
15+ | ^^^ does not fit in the available registers
1616 |
17- = note: functions with the `"cmse-nonsecure-call"` ABI must pass all their arguments via the 4 32-bit available argument registers
17+ = note: functions with the `"cmse-nonsecure-call"` ABI must pass all their arguments via the 4 32-bit argument registers
1818
1919error[E0798]: arguments for `"cmse-nonsecure-call"` function too large to pass via registers
2020 --> $DIR/params-via-stack.rs:18:51
2121 |
2222LL | f3: extern "cmse-nonsecure-call" fn(u32, u64, u32),
23- | ^^^ this argument doesn't fit in the available registers
23+ | ^^^ does not fit in the available registers
2424 |
25- = note: functions with the `"cmse-nonsecure-call"` ABI must pass all their arguments via the 4 32-bit available argument registers
25+ = note: functions with the `"cmse-nonsecure-call"` ABI must pass all their arguments via the 4 32-bit argument registers
2626
2727error[E0798]: arguments for `"cmse-nonsecure-call"` function too large to pass via registers
2828 --> $DIR/params-via-stack.rs:19:56
2929 |
3030LL | f4: extern "cmse-nonsecure-call" fn(AlignRelevant, u32),
31- | ^^^ this argument doesn't fit in the available registers
31+ | ^^^ does not fit in the available registers
3232 |
33- = note: functions with the `"cmse-nonsecure-call"` ABI must pass all their arguments via the 4 32-bit available argument registers
33+ = note: functions with the `"cmse-nonsecure-call"` ABI must pass all their arguments via the 4 32-bit argument registers
3434
3535error[E0798]: arguments for `"cmse-nonsecure-call"` function too large to pass via registers
3636 --> $DIR/params-via-stack.rs:20:41
3737 |
3838LL | f5: extern "cmse-nonsecure-call" fn([u32; 5]),
39- | ^^^^^^^^ this argument doesn't fit in the available registers
39+ | ^^^^^^^^ does not fit in the available registers
4040 |
41- = note: functions with the `"cmse-nonsecure-call"` ABI must pass all their arguments via the 4 32-bit available argument registers
41+ = note: functions with the `"cmse-nonsecure-call"` ABI must pass all their arguments via the 4 32-bit argument registers
4242
4343error: aborting due to 5 previous errors
4444
0 commit comments