make unaligned_reference warning visible in future compat report
This commit is contained in:
parent
e30d6d9096
commit
1a6c2ff4fd
10 changed files with 451 additions and 0 deletions
|
@ -1141,6 +1141,7 @@ declare_lint! {
|
|||
"detects unaligned references to fields of packed structs",
|
||||
@future_incompatible = FutureIncompatibleInfo {
|
||||
reference: "issue #82523 <https://github.com/rust-lang/rust/issues/82523>",
|
||||
reason: FutureIncompatibilityReason::FutureReleaseErrorReportNow,
|
||||
};
|
||||
report_in_external_macro
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue