1
Fork 0

show abi_unsupported_vector_types lint in future breakage reports

This commit is contained in:
Ralf Jung 2024-11-23 09:15:25 +01:00
parent c49a687d63
commit d7303194b9
7 changed files with 624 additions and 1 deletions

View file

@ -5173,7 +5173,7 @@ declare_lint! {
Warn,
"this function call or definition uses a vector type which is not enabled",
@future_incompatible = FutureIncompatibleInfo {
reason: FutureIncompatibilityReason::FutureReleaseErrorDontReportInDeps,
reason: FutureIncompatibilityReason::FutureReleaseErrorReportInDeps,
reference: "issue #116558 <https://github.com/rust-lang/rust/issues/116558>",
};
}