make soft_unstable show up in future breakage reports
This commit is contained in:
parent
56ada88e7e
commit
b9acee2d29
5 changed files with 60 additions and 1 deletions
|
@ -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>",
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue