diff options
| author | Ellis Hoag <ellis.sparky.hoag@gmail.com> | 2022-08-31 22:03:05 -0700 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2023-02-28 19:07:24 -0500 |
| commit | f21041d7c3eb68ecbb3b06b4878071e30d387f9d (patch) | |
| tree | 4a8fd4c65aae7f3acac43652e209344833f478d6 | |
| parent | 4718beead66e1d234ff40d1621b84a2f3537fa91 (diff) | |
| download | rust-f21041d7c3eb68ecbb3b06b4878071e30d387f9d.tar.gz rust-f21041d7c3eb68ecbb3b06b4878071e30d387f9d.zip | |
lint type
| -rw-r--r-- | src/errors.rs | 2 |
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)] |
