1
Fork 0

bump conflicting_repr_hints lint to be shown in dependencies

This commit is contained in:
Ralf Jung 2024-08-06 11:12:45 +02:00
parent 8c7e0e1608
commit ac23a2e5cd
4 changed files with 62 additions and 1 deletions

View file

@ -250,7 +250,7 @@ declare_lint! {
Deny,
"conflicts between `#[repr(..)]` hints that were previously accepted and used in practice",
@future_incompatible = FutureIncompatibleInfo {
reason: FutureIncompatibilityReason::FutureReleaseErrorDontReportInDeps,
reason: FutureIncompatibilityReason::FutureReleaseErrorReportInDeps,
reference: "issue #68585 <https://github.com/rust-lang/rust/issues/68585>",
};
}