1
Fork 0

Update lint message for ABI not supported

This commit is contained in:
Tamme Dittrich 2024-10-14 08:07:41 +02:00
parent f6648f252a
commit b6b6c12819
8 changed files with 57 additions and 57 deletions

View file

@ -3859,7 +3859,7 @@ declare_lint! {
/// This will produce:
///
/// ```text
/// warning: use of calling convention not supported on this target on function pointer
/// warning: the calling convention `"stdcall"` is not supported on this target
/// --> $DIR/unsupported.rs:34:15
/// |
/// LL | fn stdcall_ptr(f: extern "stdcall" fn()) {