File tree 3 files changed +5
-5
lines changed
compiler/rustc_lint_defs/src
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3384,7 +3384,7 @@ declare_lint! {
3384
3384
Warn ,
3385
3385
"use of unsupported calling convention" ,
3386
3386
@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 >" ,
3388
3388
} ;
3389
3389
}
3390
3390
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ LL | extern "stdcall" fn stdcall() {}
42
42
|
43
43
= note: `#[warn(unsupported_calling_conventions)]` on by default
44
44
= 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 >
46
46
47
47
warning: use of calling convention not supported on this target
48
48
--> $DIR/unsupported.rs:44:1
@@ -51,7 +51,7 @@ LL | extern "thiscall" fn thiscall() {}
51
51
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
52
52
|
53
53
= 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 >
55
55
56
56
error: aborting due to 6 previous errors; 2 warnings emitted
57
57
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ LL | extern "stdcall" fn stdcall() {}
42
42
|
43
43
= note: `#[warn(unsupported_calling_conventions)]` on by default
44
44
= 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 >
46
46
47
47
warning: use of calling convention not supported on this target
48
48
--> $DIR/unsupported.rs:44:1
@@ -51,7 +51,7 @@ LL | extern "thiscall" fn thiscall() {}
51
51
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
52
52
|
53
53
= 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 >
55
55
56
56
error: aborting due to 6 previous errors; 2 warnings emitted
57
57
You can’t perform that action at this time.
0 commit comments