Port InvalidMinimumAlignment
This commit is contained in:
parent
39d363fd58
commit
5d79d3c4bb
3 changed files with 13 additions and 1 deletions
|
@ -67,3 +67,9 @@ pub(crate) struct LayoutSizeOverflow {
|
|||
pub span: Span,
|
||||
pub error: String,
|
||||
}
|
||||
|
||||
#[derive(SessionDiagnostic)]
|
||||
#[diag(codegen_llvm::invalid_minimum_alignment)]
|
||||
pub(crate) struct InvalidMinimumAlignment {
|
||||
pub err: String
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue