Update lint message for ABI not supported
This commit is contained in:
parent
f6648f252a
commit
b6b6c12819
8 changed files with 57 additions and 57 deletions
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue