1
Fork 0

Change leak check lint message to behavior is likely to change in the future

This commit is contained in:
Santiago Pastorino 2024-02-06 15:22:13 -03:00
parent 8a497723e3
commit eee9d2a773
No known key found for this signature in database
GPG key ID: 8131A24E0C79EFAF
13 changed files with 18 additions and 20 deletions

View file

@ -1503,7 +1503,7 @@ declare_lint! {
Warn,
"distinct impls distinguished only by the leak-check code",
@future_incompatible = FutureIncompatibleInfo {
reason: FutureIncompatibilityReason::FutureReleaseErrorDontReportInDeps,
reason: FutureIncompatibilityReason::Custom("the behavior may change in a future release"),
reference: "issue #56105 <https://github.com/rust-lang/rust/issues/56105>",
};
}