Change leak check lint message to behavior is likely to change in the future
This commit is contained in:
parent
8a497723e3
commit
eee9d2a773
13 changed files with 18 additions and 20 deletions
|
@ -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>",
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue