1
Fork 0

Tracking issue for UNSUPPORTED_CALLING_CONVENTIONS

This commit is contained in:
Simonas Kazlauskas 2021-08-27 19:27:45 +03:00
parent 4a6547cca6
commit fb5fbaaab0
3 changed files with 5 additions and 5 deletions

View file

@ -3384,7 +3384,7 @@ declare_lint! {
Warn,
"use of unsupported calling convention",
@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>",
};
}