@@ -160,7 +160,7 @@ error[E0570]: `"thiscall"` is not a supported ABI for the current target
160160LL | extern "thiscall" fn trait_fn(self) {
161161 | ^^^^^^^^^^
162162
163- warning: use of calling convention not supported on this target
163+ warning: "stdcall" is not a supported ABI for the current target
164164 --> $DIR/unsupported.rs:105:19
165165 |
166166LL | fn stdcall_ptr(f: extern "stdcall" fn()) {
@@ -171,7 +171,7 @@ LL | fn stdcall_ptr(f: extern "stdcall" fn()) {
171171 = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"`
172172 = note: `#[warn(unsupported_calling_conventions)]` on by default
173173
174- warning: use of calling convention not supported on this target
174+ warning: "stdcall" is not a supported ABI for the current target
175175 --> $DIR/unsupported.rs:111:1
176176 |
177177LL | extern "stdcall" {}
@@ -181,7 +181,7 @@ LL | extern "stdcall" {}
181181 = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
182182 = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"`
183183
184- warning: use of calling convention not supported on this target
184+ warning: "stdcall-unwind" is not a supported ABI for the current target
185185 --> $DIR/unsupported.rs:115:1
186186 |
187187LL | extern "stdcall-unwind" {}
@@ -191,7 +191,7 @@ LL | extern "stdcall-unwind" {}
191191 = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
192192 = help: if you need `extern "stdcall-unwind"` on win32 and `extern "C-unwind"` everywhere else, use `extern "system-unwind"`
193193
194- warning: use of calling convention not supported on this target
194+ warning: "cdecl" is not a supported ABI for the current target
195195 --> $DIR/unsupported.rs:123:17
196196 |
197197LL | fn cdecl_ptr(f: extern "cdecl" fn()) {
@@ -201,7 +201,7 @@ LL | fn cdecl_ptr(f: extern "cdecl" fn()) {
201201 = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
202202 = help: use `extern "C"` instead
203203
204- warning: use of calling convention not supported on this target
204+ warning: "cdecl" is not a supported ABI for the current target
205205 --> $DIR/unsupported.rs:128:1
206206 |
207207LL | extern "cdecl" {}
@@ -211,7 +211,7 @@ LL | extern "cdecl" {}
211211 = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
212212 = help: use `extern "C"` instead
213213
214- warning: use of calling convention not supported on this target
214+ warning: "cdecl-unwind" is not a supported ABI for the current target
215215 --> $DIR/unsupported.rs:131:1
216216 |
217217LL | extern "cdecl-unwind" {}
@@ -221,7 +221,7 @@ LL | extern "cdecl-unwind" {}
221221 = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
222222 = help: use `extern "C-unwind"` instead
223223
224- warning: use of calling convention not supported on this target
224+ warning: "cdecl" is not a supported ABI for the current target
225225 --> $DIR/unsupported.rs:160:1
226226 |
227227LL | extern "cdecl" {}
@@ -231,7 +231,7 @@ LL | extern "cdecl" {}
231231 = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
232232 = help: use `extern "C"` instead
233233
234- warning: use of calling convention not supported on this target
234+ warning: "stdcall" is not a supported ABI for the current target
235235 --> $DIR/unsupported.rs:101:1
236236 |
237237LL | extern "stdcall" fn stdcall() {}
@@ -241,7 +241,7 @@ LL | extern "stdcall" fn stdcall() {}
241241 = note: for more information, see issue #137018 <https://github.com/rust-lang/rust/issues/137018>
242242 = help: if you need `extern "stdcall"` on win32 and `extern "C"` everywhere else, use `extern "system"`
243243
244- warning: use of calling convention not supported on this target
244+ warning: "cdecl" is not a supported ABI for the current target
245245 --> $DIR/unsupported.rs:120:1
246246 |
247247LL | extern "cdecl" fn cdecl() {}
0 commit comments