diff options
| author | Ellis Hoag <ellis.sparky.hoag@gmail.com> | 2022-08-31 22:03:05 -0700 |
|---|---|---|
| committer | Ellis Hoag <ellis.sparky.hoag@gmail.com> | 2022-09-24 10:24:48 -0700 |
| commit | 6fdfcb35471e2b8a90aeb668b34e1fe5c7250c4c (patch) | |
| tree | b9ec08f65d56abd6ced275c63c20773fa7858c4f /compiler/rustc_codegen_gcc/src | |
| parent | e906ea80fef37b17ac7b3630f6b248fbb0927c49 (diff) | |
| download | rust-6fdfcb35471e2b8a90aeb668b34e1fe5c7250c4c.tar.gz rust-6fdfcb35471e2b8a90aeb668b34e1fe5c7250c4c.zip | |
lint type
Diffstat (limited to 'compiler/rustc_codegen_gcc/src')
| -rw-r--r-- | compiler/rustc_codegen_gcc/src/errors.rs | 2 |
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)] |
