lint type

This commit is contained in:
Ellis Hoag 2022-08-31 22:03:05 -07:00
parent d3bb849fe9
commit 70ab0548a0

View File

@ -46,7 +46,7 @@ pub(crate) struct LinkageConstOrMutType {
#[derive(SessionDiagnostic)]
#[diag(codegen_gcc::lto_not_supported)]
pub(crate) struct LTONotSupported {}
pub(crate) struct LTONotSupported;
#[derive(SessionDiagnostic)]
#[diag(codegen_gcc::unwinding_inline_asm)]