show abi_unsupported_vector_types lint in future breakage reports
This commit is contained in:
parent
c49a687d63
commit
d7303194b9
7 changed files with 624 additions and 1 deletions
|
@ -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>",
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue