about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEllis Hoag <ellis.sparky.hoag@gmail.com>2022-08-31 22:03:05 -0700
committerAntoni Boucher <bouanto@zoho.com>2023-02-28 19:07:24 -0500
commitf21041d7c3eb68ecbb3b06b4878071e30d387f9d (patch)
tree4a8fd4c65aae7f3acac43652e209344833f478d6
parent4718beead66e1d234ff40d1621b84a2f3537fa91 (diff)
downloadrust-f21041d7c3eb68ecbb3b06b4878071e30d387f9d.tar.gz
rust-f21041d7c3eb68ecbb3b06b4878071e30d387f9d.zip
lint type
-rw-r--r--src/errors.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/errors.rs b/src/errors.rs
index b5fc789c279..938c0a74af3 100644
--- a/src/errors.rs
+++ b/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)]