@@ -108,29 +108,29 @@ LL | extern "stdcall-unwind" {}
108
108
|
109
109
= help: if you need `extern "stdcall-unwind"` on win32 and `extern "C-unwind"` everywhere else, use `extern "system-unwind"`
110
110
111
- error[E0570]: "C- cmse-nonsecure-call" is not a supported ABI for the current target
111
+ error[E0570]: "cmse-nonsecure-call" is not a supported ABI for the current target
112
112
--> $DIR/unsupported.rs:120:28
113
113
|
114
- LL | fn cmse_call_ptr(f: extern "C- cmse-nonsecure-call" fn()) {
115
- | ^^^^^^^^^^^^^^^^^^^^^^^
114
+ LL | fn cmse_call_ptr(f: extern "cmse-nonsecure-call" fn()) {
115
+ | ^^^^^^^^^^^^^^^^^^^^^
116
116
117
- error[E0570]: "C- cmse-nonsecure-entry" is not a supported ABI for the current target
117
+ error[E0570]: "cmse-nonsecure-entry" is not a supported ABI for the current target
118
118
--> $DIR/unsupported.rs:125:8
119
119
|
120
- LL | extern "C- cmse-nonsecure-entry" fn cmse_entry() {}
121
- | ^^^^^^^^^^^^^^^^^^^^^^^^
120
+ LL | extern "cmse-nonsecure-entry" fn cmse_entry() {}
121
+ | ^^^^^^^^^^^^^^^^^^^^^^
122
122
123
- error[E0570]: "C- cmse-nonsecure-entry" is not a supported ABI for the current target
123
+ error[E0570]: "cmse-nonsecure-entry" is not a supported ABI for the current target
124
124
--> $DIR/unsupported.rs:127:29
125
125
|
126
- LL | fn cmse_entry_ptr(f: extern "C- cmse-nonsecure-entry" fn()) {
127
- | ^^^^^^^^^^^^^^^^^^^^^^^^
126
+ LL | fn cmse_entry_ptr(f: extern "cmse-nonsecure-entry" fn()) {
127
+ | ^^^^^^^^^^^^^^^^^^^^^^
128
128
129
- error[E0570]: "C- cmse-nonsecure-entry" is not a supported ABI for the current target
129
+ error[E0570]: "cmse-nonsecure-entry" is not a supported ABI for the current target
130
130
--> $DIR/unsupported.rs:131:8
131
131
|
132
- LL | extern "C- cmse-nonsecure-entry" {}
133
- | ^^^^^^^^^^^^^^^^^^^^^^^^
132
+ LL | extern "cmse-nonsecure-entry" {}
133
+ | ^^^^^^^^^^^^^^^^^^^^^^
134
134
135
135
error[E0570]: "thiscall" is not a supported ABI for the current target
136
136
--> $DIR/unsupported.rs:141:17
0 commit comments