diff options
| author | Ralf Jung <post@ralfj.de> | 2025-06-10 06:36:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-10 06:36:58 +0000 |
| commit | 19f195d1fb734e9f717a3634f7a1fbed52c6c953 (patch) | |
| tree | a20ffd1e33e4050e17cb66ab68337a843c12142b /compiler/rustc_codegen_llvm/src/errors.rs | |
| parent | ed5a65538694537ec1776a40c708f84545c0508b (diff) | |
| parent | fceb8d65107cb081bed799050519ec805ddb8ef7 (diff) | |
| download | rust-19f195d1fb734e9f717a3634f7a1fbed52c6c953.tar.gz rust-19f195d1fb734e9f717a3634f7a1fbed52c6c953.zip | |
Merge pull request #4393 from rust-lang/rustup-2025-06-10
Automatic Rustup
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/errors.rs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/compiler/rustc_codegen_llvm/src/errors.rs b/compiler/rustc_codegen_llvm/src/errors.rs index ecf108f988f..eaafc680712 100644 --- a/compiler/rustc_codegen_llvm/src/errors.rs +++ b/compiler/rustc_codegen_llvm/src/errors.rs @@ -58,18 +58,6 @@ pub(crate) struct SymbolAlreadyDefined<'a> { } #[derive(Diagnostic)] -#[diag(codegen_llvm_invalid_minimum_alignment_not_power_of_two)] -pub(crate) struct InvalidMinimumAlignmentNotPowerOfTwo { - pub align: u64, -} - -#[derive(Diagnostic)] -#[diag(codegen_llvm_invalid_minimum_alignment_too_large)] -pub(crate) struct InvalidMinimumAlignmentTooLarge { - pub align: u64, -} - -#[derive(Diagnostic)] #[diag(codegen_llvm_sanitizer_memtag_requires_mte)] pub(crate) struct SanitizerMemtagRequiresMte; |
