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:
parent
175b8db73b
commit
32a5abc6fe
2 changed files with 73 additions and 0 deletions
|
@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue