about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorThe Miri Cronjob Bot <miri@cron.bot>2025-06-10 05:02:33 +0000
committerThe Miri Cronjob Bot <miri@cron.bot>2025-06-10 05:02:33 +0000
commitc601681d95b0f984850d84ab60a47de7e1d673a8 (patch)
tree83928fd3e3f9c2f023d470342462daf721cf3aab /compiler/rustc_codegen_llvm/src/errors.rs
parent5eb5f2a2269c1f83a65cde57fb0ce0562d931be3 (diff)
parentc6768de2d63de7a41124a0fb8fc78f9e26111c01 (diff)
downloadrust-c601681d95b0f984850d84ab60a47de7e1d673a8.tar.gz
rust-c601681d95b0f984850d84ab60a47de7e1d673a8.zip
Merge from rustc
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
-rw-r--r--compiler/rustc_codegen_llvm/src/errors.rs12
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;