Skip to content

Commit ef1a8cf

Browse files
tests: bless s/C-cmse/cmse/
1 parent 2a3103c commit ef1a8cf

20 files changed

+335
-335
lines changed

tests/ui/abi/unsupported.aarch64.stderr

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -119,29 +119,29 @@ error[E0570]: `"stdcall"` is not a supported ABI for the current target
119119
LL | extern "stdcall" {}
120120
| ^^^^^^^^^^^^^^^^^^^
121121

122-
warning: the calling convention "C-cmse-nonsecure-call" is not supported on this target
122+
warning: the calling convention "cmse-nonsecure-call" is not supported on this target
123123
--> $DIR/unsupported.rs:187:21
124124
|
125-
LL | fn cmse_call_ptr(f: extern "C-cmse-nonsecure-call" fn()) {
126-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
125+
LL | fn cmse_call_ptr(f: extern "cmse-nonsecure-call" fn()) {
126+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
127127
|
128128
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
129129
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
130130

131-
warning: the calling convention "C-cmse-nonsecure-entry" is not supported on this target
131+
warning: the calling convention "cmse-nonsecure-entry" is not supported on this target
132132
--> $DIR/unsupported.rs:195:22
133133
|
134-
LL | fn cmse_entry_ptr(f: extern "C-cmse-nonsecure-entry" fn()) {
135-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
134+
LL | fn cmse_entry_ptr(f: extern "cmse-nonsecure-entry" fn()) {
135+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
136136
|
137137
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
138138
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
139139

140-
error[E0570]: `"C-cmse-nonsecure-entry"` is not a supported ABI for the current target
140+
error[E0570]: `"cmse-nonsecure-entry"` is not a supported ABI for the current target
141141
--> $DIR/unsupported.rs:200:1
142142
|
143-
LL | extern "C-cmse-nonsecure-entry" {}
144-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
143+
LL | extern "cmse-nonsecure-entry" {}
144+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
145145

146146
error[E0570]: `"ptx-kernel"` is not a supported ABI for the current target
147147
--> $DIR/unsupported.rs:33:1
@@ -197,11 +197,11 @@ error[E0570]: `"stdcall"` is not a supported ABI for the current target
197197
LL | extern "stdcall" fn stdcall() {}
198198
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
199199

200-
error[E0570]: `"C-cmse-nonsecure-entry"` is not a supported ABI for the current target
200+
error[E0570]: `"cmse-nonsecure-entry"` is not a supported ABI for the current target
201201
--> $DIR/unsupported.rs:193:1
202202
|
203-
LL | extern "C-cmse-nonsecure-entry" fn cmse_entry() {}
204-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
203+
LL | extern "cmse-nonsecure-entry" fn cmse_entry() {}
204+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
205205

206206
error: aborting due to 19 previous errors; 10 warnings emitted
207207

@@ -295,22 +295,22 @@ LL | fn stdcall_ptr(f: extern "stdcall" fn()) {
295295
= note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
296296

297297
Future breakage diagnostic:
298-
warning: the calling convention "C-cmse-nonsecure-call" is not supported on this target
298+
warning: the calling convention "cmse-nonsecure-call" is not supported on this target
299299
--> $DIR/unsupported.rs:187:21
300300
|
301-
LL | fn cmse_call_ptr(f: extern "C-cmse-nonsecure-call" fn()) {
302-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
301+
LL | fn cmse_call_ptr(f: extern "cmse-nonsecure-call" fn()) {
302+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
303303
|
304304
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
305305
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
306306
= note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
307307

308308
Future breakage diagnostic:
309-
warning: the calling convention "C-cmse-nonsecure-entry" is not supported on this target
309+
warning: the calling convention "cmse-nonsecure-entry" is not supported on this target
310310
--> $DIR/unsupported.rs:195:22
311311
|
312-
LL | fn cmse_entry_ptr(f: extern "C-cmse-nonsecure-entry" fn()) {
313-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
312+
LL | fn cmse_entry_ptr(f: extern "cmse-nonsecure-entry" fn()) {
313+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
314314
|
315315
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
316316
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>

tests/ui/abi/unsupported.arm.stderr

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -104,29 +104,29 @@ error[E0570]: `"stdcall"` is not a supported ABI for the current target
104104
LL | extern "stdcall" {}
105105
| ^^^^^^^^^^^^^^^^^^^
106106

107-
warning: the calling convention "C-cmse-nonsecure-call" is not supported on this target
107+
warning: the calling convention "cmse-nonsecure-call" is not supported on this target
108108
--> $DIR/unsupported.rs:187:21
109109
|
110-
LL | fn cmse_call_ptr(f: extern "C-cmse-nonsecure-call" fn()) {
111-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
110+
LL | fn cmse_call_ptr(f: extern "cmse-nonsecure-call" fn()) {
111+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
112112
|
113113
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
114114
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
115115

116-
warning: the calling convention "C-cmse-nonsecure-entry" is not supported on this target
116+
warning: the calling convention "cmse-nonsecure-entry" is not supported on this target
117117
--> $DIR/unsupported.rs:195:22
118118
|
119-
LL | fn cmse_entry_ptr(f: extern "C-cmse-nonsecure-entry" fn()) {
120-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
119+
LL | fn cmse_entry_ptr(f: extern "cmse-nonsecure-entry" fn()) {
120+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
121121
|
122122
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
123123
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
124124

125-
error[E0570]: `"C-cmse-nonsecure-entry"` is not a supported ABI for the current target
125+
error[E0570]: `"cmse-nonsecure-entry"` is not a supported ABI for the current target
126126
--> $DIR/unsupported.rs:200:1
127127
|
128-
LL | extern "C-cmse-nonsecure-entry" {}
129-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
128+
LL | extern "cmse-nonsecure-entry" {}
129+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
130130

131131
error[E0570]: `"ptx-kernel"` is not a supported ABI for the current target
132132
--> $DIR/unsupported.rs:33:1
@@ -176,11 +176,11 @@ error[E0570]: `"stdcall"` is not a supported ABI for the current target
176176
LL | extern "stdcall" fn stdcall() {}
177177
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
178178

179-
error[E0570]: `"C-cmse-nonsecure-entry"` is not a supported ABI for the current target
179+
error[E0570]: `"cmse-nonsecure-entry"` is not a supported ABI for the current target
180180
--> $DIR/unsupported.rs:193:1
181181
|
182-
LL | extern "C-cmse-nonsecure-entry" fn cmse_entry() {}
183-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
182+
LL | extern "cmse-nonsecure-entry" fn cmse_entry() {}
183+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
184184

185185
error: aborting due to 17 previous errors; 9 warnings emitted
186186

@@ -263,22 +263,22 @@ LL | fn stdcall_ptr(f: extern "stdcall" fn()) {
263263
= note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
264264

265265
Future breakage diagnostic:
266-
warning: the calling convention "C-cmse-nonsecure-call" is not supported on this target
266+
warning: the calling convention "cmse-nonsecure-call" is not supported on this target
267267
--> $DIR/unsupported.rs:187:21
268268
|
269-
LL | fn cmse_call_ptr(f: extern "C-cmse-nonsecure-call" fn()) {
270-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
269+
LL | fn cmse_call_ptr(f: extern "cmse-nonsecure-call" fn()) {
270+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
271271
|
272272
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
273273
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
274274
= note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
275275

276276
Future breakage diagnostic:
277-
warning: the calling convention "C-cmse-nonsecure-entry" is not supported on this target
277+
warning: the calling convention "cmse-nonsecure-entry" is not supported on this target
278278
--> $DIR/unsupported.rs:195:22
279279
|
280-
LL | fn cmse_entry_ptr(f: extern "C-cmse-nonsecure-entry" fn()) {
281-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
280+
LL | fn cmse_entry_ptr(f: extern "cmse-nonsecure-entry" fn()) {
281+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
282282
|
283283
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
284284
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>

tests/ui/abi/unsupported.i686.stderr

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -74,29 +74,29 @@ error[E0570]: `"riscv-interrupt-m"` is not a supported ABI for the current targe
7474
LL | extern "riscv-interrupt-m" {}
7575
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7676

77-
warning: the calling convention "C-cmse-nonsecure-call" is not supported on this target
77+
warning: the calling convention "cmse-nonsecure-call" is not supported on this target
7878
--> $DIR/unsupported.rs:187:21
7979
|
80-
LL | fn cmse_call_ptr(f: extern "C-cmse-nonsecure-call" fn()) {
81-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
80+
LL | fn cmse_call_ptr(f: extern "cmse-nonsecure-call" fn()) {
81+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8282
|
8383
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
8484
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
8585

86-
warning: the calling convention "C-cmse-nonsecure-entry" is not supported on this target
86+
warning: the calling convention "cmse-nonsecure-entry" is not supported on this target
8787
--> $DIR/unsupported.rs:195:22
8888
|
89-
LL | fn cmse_entry_ptr(f: extern "C-cmse-nonsecure-entry" fn()) {
90-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
89+
LL | fn cmse_entry_ptr(f: extern "cmse-nonsecure-entry" fn()) {
90+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9191
|
9292
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
9393
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
9494

95-
error[E0570]: `"C-cmse-nonsecure-entry"` is not a supported ABI for the current target
95+
error[E0570]: `"cmse-nonsecure-entry"` is not a supported ABI for the current target
9696
--> $DIR/unsupported.rs:200:1
9797
|
98-
LL | extern "C-cmse-nonsecure-entry" {}
99-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
98+
LL | extern "cmse-nonsecure-entry" {}
99+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
100100

101101
error[E0570]: `"ptx-kernel"` is not a supported ABI for the current target
102102
--> $DIR/unsupported.rs:33:1
@@ -134,11 +134,11 @@ error[E0570]: `"riscv-interrupt-m"` is not a supported ABI for the current targe
134134
LL | extern "riscv-interrupt-m" fn riscv() {}
135135
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
136136

137-
error[E0570]: `"C-cmse-nonsecure-entry"` is not a supported ABI for the current target
137+
error[E0570]: `"cmse-nonsecure-entry"` is not a supported ABI for the current target
138138
--> $DIR/unsupported.rs:193:1
139139
|
140-
LL | extern "C-cmse-nonsecure-entry" fn cmse_entry() {}
141-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
140+
LL | extern "cmse-nonsecure-entry" fn cmse_entry() {}
141+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
142142

143143
error: aborting due to 13 previous errors; 7 warnings emitted
144144

@@ -199,22 +199,22 @@ LL | fn riscv_ptr(f: extern "riscv-interrupt-m" fn()) {
199199
= note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
200200

201201
Future breakage diagnostic:
202-
warning: the calling convention "C-cmse-nonsecure-call" is not supported on this target
202+
warning: the calling convention "cmse-nonsecure-call" is not supported on this target
203203
--> $DIR/unsupported.rs:187:21
204204
|
205-
LL | fn cmse_call_ptr(f: extern "C-cmse-nonsecure-call" fn()) {
206-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
205+
LL | fn cmse_call_ptr(f: extern "cmse-nonsecure-call" fn()) {
206+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
207207
|
208208
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
209209
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
210210
= note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
211211

212212
Future breakage diagnostic:
213-
warning: the calling convention "C-cmse-nonsecure-entry" is not supported on this target
213+
warning: the calling convention "cmse-nonsecure-entry" is not supported on this target
214214
--> $DIR/unsupported.rs:195:22
215215
|
216-
LL | fn cmse_entry_ptr(f: extern "C-cmse-nonsecure-entry" fn()) {
217-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
216+
LL | fn cmse_entry_ptr(f: extern "cmse-nonsecure-entry" fn()) {
217+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
218218
|
219219
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
220220
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>

tests/ui/abi/unsupported.riscv32.stderr

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -104,29 +104,29 @@ error[E0570]: `"stdcall"` is not a supported ABI for the current target
104104
LL | extern "stdcall" {}
105105
| ^^^^^^^^^^^^^^^^^^^
106106

107-
warning: the calling convention "C-cmse-nonsecure-call" is not supported on this target
107+
warning: the calling convention "cmse-nonsecure-call" is not supported on this target
108108
--> $DIR/unsupported.rs:187:21
109109
|
110-
LL | fn cmse_call_ptr(f: extern "C-cmse-nonsecure-call" fn()) {
111-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
110+
LL | fn cmse_call_ptr(f: extern "cmse-nonsecure-call" fn()) {
111+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
112112
|
113113
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
114114
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
115115

116-
warning: the calling convention "C-cmse-nonsecure-entry" is not supported on this target
116+
warning: the calling convention "cmse-nonsecure-entry" is not supported on this target
117117
--> $DIR/unsupported.rs:195:22
118118
|
119-
LL | fn cmse_entry_ptr(f: extern "C-cmse-nonsecure-entry" fn()) {
120-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
119+
LL | fn cmse_entry_ptr(f: extern "cmse-nonsecure-entry" fn()) {
120+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
121121
|
122122
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
123123
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
124124

125-
error[E0570]: `"C-cmse-nonsecure-entry"` is not a supported ABI for the current target
125+
error[E0570]: `"cmse-nonsecure-entry"` is not a supported ABI for the current target
126126
--> $DIR/unsupported.rs:200:1
127127
|
128-
LL | extern "C-cmse-nonsecure-entry" {}
129-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
128+
LL | extern "cmse-nonsecure-entry" {}
129+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
130130

131131
error[E0570]: `"ptx-kernel"` is not a supported ABI for the current target
132132
--> $DIR/unsupported.rs:33:1
@@ -176,11 +176,11 @@ error[E0570]: `"stdcall"` is not a supported ABI for the current target
176176
LL | extern "stdcall" fn stdcall() {}
177177
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
178178

179-
error[E0570]: `"C-cmse-nonsecure-entry"` is not a supported ABI for the current target
179+
error[E0570]: `"cmse-nonsecure-entry"` is not a supported ABI for the current target
180180
--> $DIR/unsupported.rs:193:1
181181
|
182-
LL | extern "C-cmse-nonsecure-entry" fn cmse_entry() {}
183-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
182+
LL | extern "cmse-nonsecure-entry" fn cmse_entry() {}
183+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
184184

185185
error: aborting due to 17 previous errors; 9 warnings emitted
186186

@@ -263,22 +263,22 @@ LL | fn stdcall_ptr(f: extern "stdcall" fn()) {
263263
= note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
264264

265265
Future breakage diagnostic:
266-
warning: the calling convention "C-cmse-nonsecure-call" is not supported on this target
266+
warning: the calling convention "cmse-nonsecure-call" is not supported on this target
267267
--> $DIR/unsupported.rs:187:21
268268
|
269-
LL | fn cmse_call_ptr(f: extern "C-cmse-nonsecure-call" fn()) {
270-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
269+
LL | fn cmse_call_ptr(f: extern "cmse-nonsecure-call" fn()) {
270+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
271271
|
272272
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
273273
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
274274
= note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
275275

276276
Future breakage diagnostic:
277-
warning: the calling convention "C-cmse-nonsecure-entry" is not supported on this target
277+
warning: the calling convention "cmse-nonsecure-entry" is not supported on this target
278278
--> $DIR/unsupported.rs:195:22
279279
|
280-
LL | fn cmse_entry_ptr(f: extern "C-cmse-nonsecure-entry" fn()) {
281-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
280+
LL | fn cmse_entry_ptr(f: extern "cmse-nonsecure-entry" fn()) {
281+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
282282
|
283283
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
284284
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>

0 commit comments

Comments
 (0)