diff options
| author | Ellis Hoag <ellis.sparky.hoag@gmail.com> | 2022-09-24 11:36:16 -0700 |
|---|---|---|
| committer | Ellis Hoag <ellis.sparky.hoag@gmail.com> | 2022-09-24 11:36:16 -0700 |
| commit | 0ae1e27b17cca88bdbdd5ffc84add51057d4cbf9 (patch) | |
| tree | 9fa7676ae4a620608b308973c18a0e31285d1208 /src/errors.rs | |
| parent | 43b320657141da7f447c782c9ea93a072cfd67b3 (diff) | |
fix lifetime error
Diffstat (limited to 'src/errors.rs')
| -rw-r--r-- | src/errors.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/errors.rs b/src/errors.rs index a1c95e7a7f4..eb8528104fa 100644 --- a/src/errors.rs +++ b/src/errors.rs @@ -226,14 +226,6 @@ pub(crate) struct InvalidMonomorphizationUnsupportedOperation<'a> { } #[derive(Diagnostic)] -#[diag(codegen_gcc::layout_size_overflow)] -pub(crate) struct LayoutSizeOverflow { - #[primary_span] - pub span: Span, - pub error: String, -} - -#[derive(Diagnostic)] #[diag(codegen_gcc::linkage_const_or_mut_type)] pub(crate) struct LinkageConstOrMutType { #[primary_span] |
