Skip to content

Commit a49289d

Browse files
tests: bless s/C-cmse/cmse/
1 parent ad19193 commit a49289d

21 files changed

+353
-353
lines changed

tests/ui/abi/unsupported.aarch64.stderr

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -174,29 +174,29 @@ error[E0570]: `"vectorcall"` is not a supported ABI for the current target
174174
LL | extern "vectorcall" {}
175175
| ^^^^^^^^^^^^^^^^^^^^^^
176176

177-
warning: the calling convention "C-cmse-nonsecure-call" is not supported on this target
177+
warning: the calling convention "cmse-nonsecure-call" is not supported on this target
178178
--> $DIR/unsupported.rs:151:21
179179
|
180-
LL | fn cmse_call_ptr(f: extern "C-cmse-nonsecure-call" fn()) {
181-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
180+
LL | fn cmse_call_ptr(f: extern "cmse-nonsecure-call" fn()) {
181+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
182182
|
183183
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
184184
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
185185

186-
warning: the calling convention "C-cmse-nonsecure-entry" is not supported on this target
186+
warning: the calling convention "cmse-nonsecure-entry" is not supported on this target
187187
--> $DIR/unsupported.rs:159:22
188188
|
189-
LL | fn cmse_entry_ptr(f: extern "C-cmse-nonsecure-entry" fn()) {
190-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
189+
LL | fn cmse_entry_ptr(f: extern "cmse-nonsecure-entry" fn()) {
190+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
191191
|
192192
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
193193
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
194194

195-
error[E0570]: `"C-cmse-nonsecure-entry"` is not a supported ABI for the current target
195+
error[E0570]: `"cmse-nonsecure-entry"` is not a supported ABI for the current target
196196
--> $DIR/unsupported.rs:164:1
197197
|
198-
LL | extern "C-cmse-nonsecure-entry" {}
199-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
198+
LL | extern "cmse-nonsecure-entry" {}
199+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
200200

201201
error[E0570]: `"ptx-kernel"` is not a supported ABI for the current target
202202
--> $DIR/unsupported.rs:36:1
@@ -270,11 +270,11 @@ error[E0570]: `"vectorcall"` is not a supported ABI for the current target
270270
LL | extern "vectorcall" fn vectorcall() {}
271271
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
272272

273-
error[E0570]: `"C-cmse-nonsecure-entry"` is not a supported ABI for the current target
273+
error[E0570]: `"cmse-nonsecure-entry"` is not a supported ABI for the current target
274274
--> $DIR/unsupported.rs:157:1
275275
|
276-
LL | extern "C-cmse-nonsecure-entry" fn cmse_entry() {}
277-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
276+
LL | extern "cmse-nonsecure-entry" fn cmse_entry() {}
277+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
278278

279279
error: aborting due to 22 previous errors; 15 warnings emitted
280280

@@ -414,22 +414,22 @@ LL | fn vectorcall_ptr(f: extern "vectorcall" fn()) {
414414
= note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
415415

416416
Future breakage diagnostic:
417-
warning: the calling convention "C-cmse-nonsecure-call" is not supported on this target
417+
warning: the calling convention "cmse-nonsecure-call" is not supported on this target
418418
--> $DIR/unsupported.rs:151:21
419419
|
420-
LL | fn cmse_call_ptr(f: extern "C-cmse-nonsecure-call" fn()) {
421-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
420+
LL | fn cmse_call_ptr(f: extern "cmse-nonsecure-call" fn()) {
421+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
422422
|
423423
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
424424
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
425425
= note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
426426

427427
Future breakage diagnostic:
428-
warning: the calling convention "C-cmse-nonsecure-entry" is not supported on this target
428+
warning: the calling convention "cmse-nonsecure-entry" is not supported on this target
429429
--> $DIR/unsupported.rs:159:22
430430
|
431-
LL | fn cmse_entry_ptr(f: extern "C-cmse-nonsecure-entry" fn()) {
432-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
431+
LL | fn cmse_entry_ptr(f: extern "cmse-nonsecure-entry" fn()) {
432+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
433433
|
434434
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
435435
= 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
@@ -159,29 +159,29 @@ error[E0570]: `"vectorcall"` is not a supported ABI for the current target
159159
LL | extern "vectorcall" {}
160160
| ^^^^^^^^^^^^^^^^^^^^^^
161161

162-
warning: the calling convention "C-cmse-nonsecure-call" is not supported on this target
162+
warning: the calling convention "cmse-nonsecure-call" is not supported on this target
163163
--> $DIR/unsupported.rs:151:21
164164
|
165-
LL | fn cmse_call_ptr(f: extern "C-cmse-nonsecure-call" fn()) {
166-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
165+
LL | fn cmse_call_ptr(f: extern "cmse-nonsecure-call" fn()) {
166+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
167167
|
168168
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
169169
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
170170

171-
warning: the calling convention "C-cmse-nonsecure-entry" is not supported on this target
171+
warning: the calling convention "cmse-nonsecure-entry" is not supported on this target
172172
--> $DIR/unsupported.rs:159:22
173173
|
174-
LL | fn cmse_entry_ptr(f: extern "C-cmse-nonsecure-entry" fn()) {
175-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
174+
LL | fn cmse_entry_ptr(f: extern "cmse-nonsecure-entry" fn()) {
175+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
176176
|
177177
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
178178
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
179179

180-
error[E0570]: `"C-cmse-nonsecure-entry"` is not a supported ABI for the current target
180+
error[E0570]: `"cmse-nonsecure-entry"` is not a supported ABI for the current target
181181
--> $DIR/unsupported.rs:164:1
182182
|
183-
LL | extern "C-cmse-nonsecure-entry" {}
184-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
183+
LL | extern "cmse-nonsecure-entry" {}
184+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
185185

186186
error[E0570]: `"ptx-kernel"` is not a supported ABI for the current target
187187
--> $DIR/unsupported.rs:36:1
@@ -249,11 +249,11 @@ error[E0570]: `"vectorcall"` is not a supported ABI for the current target
249249
LL | extern "vectorcall" fn vectorcall() {}
250250
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
251251

252-
error[E0570]: `"C-cmse-nonsecure-entry"` is not a supported ABI for the current target
252+
error[E0570]: `"cmse-nonsecure-entry"` is not a supported ABI for the current target
253253
--> $DIR/unsupported.rs:157:1
254254
|
255-
LL | extern "C-cmse-nonsecure-entry" fn cmse_entry() {}
256-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
255+
LL | extern "cmse-nonsecure-entry" fn cmse_entry() {}
256+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
257257

258258
error: aborting due to 20 previous errors; 14 warnings emitted
259259

@@ -382,22 +382,22 @@ LL | fn vectorcall_ptr(f: extern "vectorcall" fn()) {
382382
= note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
383383

384384
Future breakage diagnostic:
385-
warning: the calling convention "C-cmse-nonsecure-call" is not supported on this target
385+
warning: the calling convention "cmse-nonsecure-call" is not supported on this target
386386
--> $DIR/unsupported.rs:151:21
387387
|
388-
LL | fn cmse_call_ptr(f: extern "C-cmse-nonsecure-call" fn()) {
389-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
388+
LL | fn cmse_call_ptr(f: extern "cmse-nonsecure-call" fn()) {
389+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
390390
|
391391
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
392392
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
393393
= note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
394394

395395
Future breakage diagnostic:
396-
warning: the calling convention "C-cmse-nonsecure-entry" is not supported on this target
396+
warning: the calling convention "cmse-nonsecure-entry" is not supported on this target
397397
--> $DIR/unsupported.rs:159:22
398398
|
399-
LL | fn cmse_entry_ptr(f: extern "C-cmse-nonsecure-entry" fn()) {
400-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
399+
LL | fn cmse_entry_ptr(f: extern "cmse-nonsecure-entry" fn()) {
400+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
401401
|
402402
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
403403
= 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:151: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:159: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:164: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:36: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:157: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:151: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:159: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
@@ -159,29 +159,29 @@ error[E0570]: `"vectorcall"` is not a supported ABI for the current target
159159
LL | extern "vectorcall" {}
160160
| ^^^^^^^^^^^^^^^^^^^^^^
161161

162-
warning: the calling convention "C-cmse-nonsecure-call" is not supported on this target
162+
warning: the calling convention "cmse-nonsecure-call" is not supported on this target
163163
--> $DIR/unsupported.rs:151:21
164164
|
165-
LL | fn cmse_call_ptr(f: extern "C-cmse-nonsecure-call" fn()) {
166-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
165+
LL | fn cmse_call_ptr(f: extern "cmse-nonsecure-call" fn()) {
166+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
167167
|
168168
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
169169
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
170170

171-
warning: the calling convention "C-cmse-nonsecure-entry" is not supported on this target
171+
warning: the calling convention "cmse-nonsecure-entry" is not supported on this target
172172
--> $DIR/unsupported.rs:159:22
173173
|
174-
LL | fn cmse_entry_ptr(f: extern "C-cmse-nonsecure-entry" fn()) {
175-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
174+
LL | fn cmse_entry_ptr(f: extern "cmse-nonsecure-entry" fn()) {
175+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
176176
|
177177
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
178178
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
179179

180-
error[E0570]: `"C-cmse-nonsecure-entry"` is not a supported ABI for the current target
180+
error[E0570]: `"cmse-nonsecure-entry"` is not a supported ABI for the current target
181181
--> $DIR/unsupported.rs:164:1
182182
|
183-
LL | extern "C-cmse-nonsecure-entry" {}
184-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
183+
LL | extern "cmse-nonsecure-entry" {}
184+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
185185

186186
error[E0570]: `"ptx-kernel"` is not a supported ABI for the current target
187187
--> $DIR/unsupported.rs:36:1
@@ -249,11 +249,11 @@ error[E0570]: `"vectorcall"` is not a supported ABI for the current target
249249
LL | extern "vectorcall" fn vectorcall() {}
250250
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
251251

252-
error[E0570]: `"C-cmse-nonsecure-entry"` is not a supported ABI for the current target
252+
error[E0570]: `"cmse-nonsecure-entry"` is not a supported ABI for the current target
253253
--> $DIR/unsupported.rs:157:1
254254
|
255-
LL | extern "C-cmse-nonsecure-entry" fn cmse_entry() {}
256-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
255+
LL | extern "cmse-nonsecure-entry" fn cmse_entry() {}
256+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
257257

258258
error: aborting due to 20 previous errors; 14 warnings emitted
259259

@@ -382,22 +382,22 @@ LL | fn vectorcall_ptr(f: extern "vectorcall" fn()) {
382382
= note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
383383

384384
Future breakage diagnostic:
385-
warning: the calling convention "C-cmse-nonsecure-call" is not supported on this target
385+
warning: the calling convention "cmse-nonsecure-call" is not supported on this target
386386
--> $DIR/unsupported.rs:151:21
387387
|
388-
LL | fn cmse_call_ptr(f: extern "C-cmse-nonsecure-call" fn()) {
389-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
388+
LL | fn cmse_call_ptr(f: extern "cmse-nonsecure-call" fn()) {
389+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
390390
|
391391
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
392392
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>
393393
= note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
394394

395395
Future breakage diagnostic:
396-
warning: the calling convention "C-cmse-nonsecure-entry" is not supported on this target
396+
warning: the calling convention "cmse-nonsecure-entry" is not supported on this target
397397
--> $DIR/unsupported.rs:159:22
398398
|
399-
LL | fn cmse_entry_ptr(f: extern "C-cmse-nonsecure-entry" fn()) {
400-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
399+
LL | fn cmse_entry_ptr(f: extern "cmse-nonsecure-entry" fn()) {
400+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
401401
|
402402
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
403403
= note: for more information, see issue #130260 <https://github.com/rust-lang/rust/issues/130260>

0 commit comments

Comments
 (0)