Skip to content

Commit 6fdfcb3

Browse files
committed
lint type
1 parent e906ea8 commit 6fdfcb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_gcc/src/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pub(crate) struct LinkageConstOrMutType {
4646

4747
#[derive(SessionDiagnostic)]
4848
#[diag(codegen_gcc::lto_not_supported)]
49-
pub(crate) struct LTONotSupported {}
49+
pub(crate) struct LTONotSupported;
5050

5151
#[derive(SessionDiagnostic)]
5252
#[diag(codegen_gcc::unwinding_inline_asm)]

0 commit comments

Comments
 (0)