Always report alignment failures in future incompat summaries
This commit is contained in:
parent
d9d92ed7da
commit
98dc76a374
3 changed files with 37 additions and 0 deletions
|
@ -1052,6 +1052,7 @@ declare_lint! {
|
|||
"raw pointers must be aligned before dereferencing",
|
||||
@future_incompatible = FutureIncompatibleInfo {
|
||||
reference: "issue #68585 <https://github.com/rust-lang/rust/issues/104616>",
|
||||
reason: FutureIncompatibilityReason::FutureReleaseErrorReportNow,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue