File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
compiler/rustc_lint_defs/src Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
4747warning: 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
5656error: aborting due to 6 previous errors; 2 warnings emitted
5757
Original file line number Diff line number Diff 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
4747warning: 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
5656error: aborting due to 6 previous errors; 2 warnings emitted
5757
You can’t perform that action at this time.
0 commit comments