1
Fork 0

make soft_unstable show up in future breakage reports

This commit is contained in:
Ralf Jung 2023-09-29 21:51:55 +02:00
parent 56ada88e7e
commit b9acee2d29
5 changed files with 60 additions and 1 deletions

View file

@ -2457,7 +2457,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>",
};
}