1
Fork 0

Bump COINDUCTIVE_OVERLAP_IN_COHERENCE

This commit is contained in:
Michael Goulet 2023-10-06 19:40:16 +00:00
parent e1aa9edde0
commit 973d589582
2 changed files with 27 additions and 2 deletions

View file

@ -4449,11 +4449,11 @@ declare_lint! {
/// on itself), the blanket impl is not considered to hold for `u8`. This will
/// change in a future release.
pub COINDUCTIVE_OVERLAP_IN_COHERENCE,
Warn,
Deny,
"impls that are not considered to overlap may be considered to \
overlap in the future",
@future_incompatible = FutureIncompatibleInfo {
reason: FutureIncompatibilityReason::FutureReleaseErrorDontReportInDeps,
reason: FutureIncompatibilityReason::FutureReleaseErrorReportInDeps,
reference: "issue #114040 <https://github.com/rust-lang/rust/issues/114040>",
};
}