Skip to content

Commit 7e3ddaf

Browse files
committed
After introducing the warning in 1.83, now also warn in deps
This was left to only warn in the current crate to give users a chance to update their code. Now for 1.86 we also warn users depending on those crates.
1 parent ecda83b commit 7e3ddaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_lint_defs/src/builtin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3833,7 +3833,7 @@ declare_lint! {
38333833
Warn,
38343834
"use of unsupported calling convention for function pointer",
38353835
@future_incompatible = FutureIncompatibleInfo {
3836-
reason: FutureIncompatibilityReason::FutureReleaseErrorDontReportInDeps,
3836+
reason: FutureIncompatibilityReason::FutureReleaseErrorReportInDeps,
38373837
reference: "issue #130260 <https://github.com/rust-lang/rust/issues/130260>",
38383838
};
38393839
}

0 commit comments

Comments
 (0)