1
Fork 0

Make proc_macro_derive_resolution_fallback a future-breakage lint

When `cargo report future-incompatibilities` is stabilized
(see #71249), this will cause dependencies that trigger
this lint to be included in the report.
This commit is contained in:
Aaron Hill 2021-10-04 11:05:48 -05:00
parent 175b8db73b
commit 32a5abc6fe
No known key found for this signature in database
GPG key ID: B4087E510E98B164
2 changed files with 73 additions and 0 deletions

View file

@ -1960,6 +1960,7 @@ declare_lint! {
"detects proc macro derives using inaccessible names from parent modules",
@future_incompatible = FutureIncompatibleInfo {
reference: "issue #83583 <https://github.com/rust-lang/rust/issues/83583>",
reason: FutureIncompatibilityReason::FutureReleaseErrorReportNow,
};
}