Skip to content

Commit fb5fbaa

Browse files
committed
Tracking issue for UNSUPPORTED_CALLING_CONVENTIONS
1 parent 4a6547c commit fb5fbaa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

compiler/rustc_lint_defs/src/builtin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3384,7 +3384,7 @@ declare_lint! {
33843384
Warn,
33853385
"use of unsupported calling convention",
33863386
@future_incompatible = FutureIncompatibleInfo {
3387-
reference: "issue #00000 <https://github.com/rust-lang/rust/issues/00000>",
3387+
reference: "issue #87678 <https://github.com/rust-lang/rust/issues/87678>",
33883388
};
33893389
}
33903390

src/test/ui/abi/unsupported.aarch64.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ LL | extern "stdcall" fn stdcall() {}
4242
|
4343
= note: `#[warn(unsupported_calling_conventions)]` on by default
4444
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
45-
= note: for more information, see issue #00000 <https://github.com/rust-lang/rust/issues/00000>
45+
= note: for more information, see issue #87678 <https://github.com/rust-lang/rust/issues/87678>
4646

4747
warning: use of calling convention not supported on this target
4848
--> $DIR/unsupported.rs:44:1
@@ -51,7 +51,7 @@ LL | extern "thiscall" fn thiscall() {}
5151
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5252
|
5353
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
54-
= note: for more information, see issue #00000 <https://github.com/rust-lang/rust/issues/00000>
54+
= note: for more information, see issue #87678 <https://github.com/rust-lang/rust/issues/87678>
5555

5656
error: aborting due to 6 previous errors; 2 warnings emitted
5757

src/test/ui/abi/unsupported.x64.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ LL | extern "stdcall" fn stdcall() {}
4242
|
4343
= note: `#[warn(unsupported_calling_conventions)]` on by default
4444
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
45-
= note: for more information, see issue #00000 <https://github.com/rust-lang/rust/issues/00000>
45+
= note: for more information, see issue #87678 <https://github.com/rust-lang/rust/issues/87678>
4646

4747
warning: use of calling convention not supported on this target
4848
--> $DIR/unsupported.rs:44:1
@@ -51,7 +51,7 @@ LL | extern "thiscall" fn thiscall() {}
5151
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5252
|
5353
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
54-
= note: for more information, see issue #00000 <https://github.com/rust-lang/rust/issues/00000>
54+
= note: for more information, see issue #87678 <https://github.com/rust-lang/rust/issues/87678>
5555

5656
error: aborting due to 6 previous errors; 2 warnings emitted
5757

0 commit comments

Comments
 (0)