about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorEllis Hoag <ellis.sparky.hoag@gmail.com>2022-08-31 22:03:05 -0700
committerEllis Hoag <ellis.sparky.hoag@gmail.com>2022-09-24 10:24:48 -0700
commit6fdfcb35471e2b8a90aeb668b34e1fe5c7250c4c (patch)
treeb9ec08f65d56abd6ced275c63c20773fa7858c4f /compiler/rustc_codegen_gcc
parente906ea80fef37b17ac7b3630f6b248fbb0927c49 (diff)
downloadrust-6fdfcb35471e2b8a90aeb668b34e1fe5c7250c4c.tar.gz
rust-6fdfcb35471e2b8a90aeb668b34e1fe5c7250c4c.zip
lint type
Diffstat (limited to 'compiler/rustc_codegen_gcc')
-rw-r--r--compiler/rustc_codegen_gcc/src/errors.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_gcc/src/errors.rs b/compiler/rustc_codegen_gcc/src/errors.rs
index b5fc789c279..938c0a74af3 100644
--- a/compiler/rustc_codegen_gcc/src/errors.rs
+++ b/compiler/rustc_codegen_gcc/src/errors.rs
@@ -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)]