[AIX] Lint on structs that have a different alignment in AIX's C ABI
This commit is contained in:
parent
27f336106d
commit
cd2ecc4b50
7 changed files with 411 additions and 16 deletions
|
@ -1692,6 +1692,10 @@ pub(crate) struct OverflowingLiteral<'a> {
|
|||
pub lit: String,
|
||||
}
|
||||
|
||||
#[derive(LintDiagnostic)]
|
||||
#[diag(lint_uses_power_alignment)]
|
||||
pub(crate) struct UsesPowerAlignment;
|
||||
|
||||
#[derive(LintDiagnostic)]
|
||||
#[diag(lint_unused_comparisons)]
|
||||
pub(crate) struct UnusedComparisons;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue