Tracking issue for UNSUPPORTED_CALLING_CONVENTIONS
This commit is contained in:
parent
4a6547cca6
commit
fb5fbaaab0
3 changed files with 5 additions and 5 deletions
|
@ -3384,7 +3384,7 @@ declare_lint! {
|
||||||
Warn,
|
Warn,
|
||||||
"use of unsupported calling convention",
|
"use of unsupported calling convention",
|
||||||
@future_incompatible = FutureIncompatibleInfo {
|
@future_incompatible = FutureIncompatibleInfo {
|
||||||
reference: "issue #00000 <https://github.com/rust-lang/rust/issues/00000>",
|
reference: "issue #87678 <https://github.com/rust-lang/rust/issues/87678>",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ LL | extern "stdcall" fn stdcall() {}
|
||||||
|
|
|
|
||||||
= note: `#[warn(unsupported_calling_conventions)]` on by default
|
= note: `#[warn(unsupported_calling_conventions)]` on by default
|
||||||
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
||||||
= note: for more information, see issue #00000 <https://github.com/rust-lang/rust/issues/00000>
|
= note: for more information, see issue #87678 <https://github.com/rust-lang/rust/issues/87678>
|
||||||
|
|
||||||
warning: use of calling convention not supported on this target
|
warning: use of calling convention not supported on this target
|
||||||
--> $DIR/unsupported.rs:44:1
|
--> $DIR/unsupported.rs:44:1
|
||||||
|
@ -51,7 +51,7 @@ LL | extern "thiscall" fn thiscall() {}
|
||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
|
|
||||||
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
||||||
= note: for more information, see issue #00000 <https://github.com/rust-lang/rust/issues/00000>
|
= note: for more information, see issue #87678 <https://github.com/rust-lang/rust/issues/87678>
|
||||||
|
|
||||||
error: aborting due to 6 previous errors; 2 warnings emitted
|
error: aborting due to 6 previous errors; 2 warnings emitted
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ LL | extern "stdcall" fn stdcall() {}
|
||||||
|
|
|
|
||||||
= note: `#[warn(unsupported_calling_conventions)]` on by default
|
= note: `#[warn(unsupported_calling_conventions)]` on by default
|
||||||
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
||||||
= note: for more information, see issue #00000 <https://github.com/rust-lang/rust/issues/00000>
|
= note: for more information, see issue #87678 <https://github.com/rust-lang/rust/issues/87678>
|
||||||
|
|
||||||
warning: use of calling convention not supported on this target
|
warning: use of calling convention not supported on this target
|
||||||
--> $DIR/unsupported.rs:44:1
|
--> $DIR/unsupported.rs:44:1
|
||||||
|
@ -51,7 +51,7 @@ LL | extern "thiscall" fn thiscall() {}
|
||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
|
|
||||||
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
|
||||||
= note: for more information, see issue #00000 <https://github.com/rust-lang/rust/issues/00000>
|
= note: for more information, see issue #87678 <https://github.com/rust-lang/rust/issues/87678>
|
||||||
|
|
||||||
error: aborting due to 6 previous errors; 2 warnings emitted
|
error: aborting due to 6 previous errors; 2 warnings emitted
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue