@@ -108,29 +108,29 @@ LL | extern "stdcall-unwind" {}
108108 |
109109 = help: if you need `extern "stdcall-unwind"` on win32 and `extern "C-unwind"` everywhere else, use `extern "system-unwind"`
110110
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
112112 --> $DIR/unsupported.rs:120:28
113113 |
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+ | ^^^^^^^^^^^^^^^^^^^^^
116116
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
118118 --> $DIR/unsupported.rs:125:8
119119 |
120- LL | extern "C- cmse-nonsecure-entry" fn cmse_entry() {}
121- | ^^^^^^^^^^^^^^^^^^^^^^^^
120+ LL | extern "cmse-nonsecure-entry" fn cmse_entry() {}
121+ | ^^^^^^^^^^^^^^^^^^^^^^
122122
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
124124 --> $DIR/unsupported.rs:127:29
125125 |
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+ | ^^^^^^^^^^^^^^^^^^^^^^
128128
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
130130 --> $DIR/unsupported.rs:131:8
131131 |
132- LL | extern "C- cmse-nonsecure-entry" {}
133- | ^^^^^^^^^^^^^^^^^^^^^^^^
132+ LL | extern "cmse-nonsecure-entry" {}
133+ | ^^^^^^^^^^^^^^^^^^^^^^
134134
135135error[E0570]: "thiscall" is not a supported ABI for the current target
136136 --> $DIR/unsupported.rs:141:17
0 commit comments