1
Fork 0

order_dependent_trait_objects to ReportNow

This commit is contained in:
lcnr 2022-10-03 21:44:37 +02:00
parent 1536ab1b38
commit a5e116e95f
4 changed files with 113 additions and 0 deletions

View file

@ -1427,6 +1427,7 @@ declare_lint! {
"trait-object types were treated as different depending on marker-trait order",
@future_incompatible = FutureIncompatibleInfo {
reference: "issue #56484 <https://github.com/rust-lang/rust/issues/56484>",
reason: FutureIncompatibilityReason::FutureReleaseErrorReportNow,
};
}