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 @@ -3345,6 +3345,6 @@ declare_lint! {
3345
3345
Warn ,
3346
3346
"use of unsupported calling convention" ,
3347
3347
@future_incompatible = FutureIncompatibleInfo {
3348
- reference: "issue #00000 <https://github.com/rust-lang/rust/issues/00000 >" ,
3348
+ reference: "issue #87678 <https://github.com/rust-lang/rust/issues/87678 >" ,
3349
3349
} ;
3350
3350
}
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