1
Fork 0

Auto merge of #116274 - RalfJung:soft_unstable, r=cjgillot

make soft_unstable show up in future breakage reports

If we want to break these in the future, let's warn users of affected crates.
This commit is contained in:
bors 2023-12-25 16:26:15 +00:00
commit f8fe517144
5 changed files with 60 additions and 1 deletions

View file

@ -2547,7 +2547,7 @@ declare_lint! {
Deny,
"a feature gate that doesn't break dependent crates",
@future_incompatible = FutureIncompatibleInfo {
reason: FutureIncompatibilityReason::FutureReleaseErrorDontReportInDeps,
reason: FutureIncompatibilityReason::FutureReleaseErrorReportInDeps,
reference: "issue #64266 <https://github.com/rust-lang/rust/issues/64266>",
};
}